aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Shell.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make commandToComplete in XMonad.Prompt.Shell complete last wordmd143rbh7f2014-01-301-1/+0
* Catch exceptions when finding commands on PATH in Prompt.ShellThomas Tuegel2013-06-171-6/+2
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-1/+1
* spawn command when no completion is available (if alwaysHighlight is True); c...c.lopez2013-02-091-0/+1
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-4/+3
* Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i...c.lopez2012-08-111-12/+12
* P.Shell documentation and add missing unsafePrompt exportAdam Vogt2011-12-071-3/+11
* XMonad.Prompt.Shell: improve 'env' documentation to cover goodgrue's problemgwern02011-11-281-1/+3
* Be consistent with core utf8-string usage.Adam Vogt2011-11-181-3/+3
* Correct completions of utf8-named file in X.P.ShellAdam Vogt2011-11-111-4/+5
* GHC 7 compatDaniel Wagner2011-07-311-2/+7
* remove decodeInput/encodeOutputgwern02010-06-151-50/+50
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-121-1/+0
* X.P.Shell, filter empty string from PATHTim Horton2009-12-241-1/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-221-3/+3
* minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva2009-09-281-1/+1
* update callers of safeSpawngwern02009-06-221-1/+1
* Prompt.Shell: escape ampersandValery V. Vorotyntsev2009-03-121-2/+1
* Add XMonad.Actions.SpawnOnSpencer Janssen2009-01-171-2/+3
* forgot a haddock for getEditor in Shell.hsgwern02008-04-011-0/+1
* Shell.hs: +getBrowser, getEditor, helper functiongwern02008-04-011-0/+19
* added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2008-03-231-0/+1
* Shell: add support for UTF-8 localesAndrea Rossato2008-03-021-5/+5
* some code formattingAndrea Rossato2008-02-171-9/+9
* Shell: escape the string in the command line onlyAndrea Rossato2008-02-161-2/+3
* Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato2008-02-161-2/+8
* Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen2007-12-261-10/+2
* Updated documentation of all prompts in XMonad.PromptAndrea Rossato2007-11-211-6/+3
* Shell: small doc fixAndrea Rossato2007-11-211-2/+2
* Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting2007-11-181-2/+2
* Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting2007-11-171-1/+1
* -Wall policeSpencer Janssen2007-11-051-1/+1
* HierarchifySpencer Janssen2007-11-011-0/+127