aboutsummaryrefslogtreecommitdiffstats
path: root/Run.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Wall police in Run.David Roundy2007-11-011-1/+0
| | | | darcs-hash:20071101152028-72aca-11ad8fb75434d6e105168bf033f04f86033ed036.gz
* More portingSpencer Janssen2007-11-011-2/+2
| | | | darcs-hash:20071101073506-a5988-b8ee3ece4361dfc533589f5d4ca8c289c3dc77e7.gz
* Remove Config import from RunSpencer Janssen2007-11-011-6/+6
| | | | darcs-hash:20071101070408-a5988-7233c74d43ac56a382a8835f608b3435f2be344f.gz
* Run.hs: documentation fixValery V. Vorotyntsev2007-10-241-1/+1
| | | | darcs-hash:20071024144244-ae588-dddb472faa798c09d5173a34342a456b57766952.gz
* Use new terminal config optionSpencer Janssen2007-10-241-11/+6
| | | | darcs-hash:20071024110219-a5988-a8ca4fc9a920d04c71af52adbbe1f85d014f238e.gz
* Run.hs: do my usual segregation into safe and unsafe runInTermsgwern02007-10-241-2/+7
| | | | darcs-hash:20071024003911-f7719-210cd66ba2f61d9a9f608c423455150e0bcbd9bd.gz
* Run.hs: specialize runInXTerm to use runInTerm per my mailing list suggestiongwern02007-10-241-5/+2
| | | | darcs-hash:20071024001856-f7719-144e66b245d780988cea289fc96fcc542b41f461.gz
* Run.hs: +my suggested runInTerm general functiongwern02007-10-241-0/+7
| | | | darcs-hash:20071024001628-f7719-f20250b704f106adbf77f8a16dc1948781dc882c.gz
* Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per ↵gwern02007-10-241-0/+7
| | | | | | suggestions darcs-hash:20071024001341-f7719-6ea9cf7134f0300c53e85cddfff1e320039c115b.gz
* Run.hs: +2 functions, safeSpawn & unsafeSpawngwern02007-10-191-0/+21
| | | | | | | See their documentation. This is part of a re-organization of various 'run' commands; this two make it easier to go through the shell or not, and will be re-used elsewhere. darcs-hash:20071019181009-f7719-4f4073639389f335080d552c4788667fd109b6f3.gz
* Run.hs: fmtgwern02007-10-191-11/+9
| | | | darcs-hash:20071019180953-f7719-0e7101b3e3a3378d43807d080aae8de74ffb3802.gz
* Run.hs, ShellPrompt.sh: mv runInXTerm to ShellPrompt.hsgwern02007-10-191-9/+4
| | | | darcs-hash:20071019180900-f7719-6d6ef4a67f2ccae639e9e79c49fd80dd32d746c5.gz
* fixed Dzen and gave it a configurable timeoutDevin Mullins2007-10-181-1/+7
| | | | darcs-hash:20071018012910-78224-804cedb28d826ddfc3d1a8177aa8460b38fe6591.gz
* Move runXXX functions to one moduleChristian Thiemann2007-10-121-0/+84
This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz