aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Shell.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-30Make commandToComplete in XMonad.Prompt.Shell complete last wordmd143rbh7f1-1/+0
2013-06-17Catch exceptions when finding commands on PATH in Prompt.ShellThomas Tuegel1-6/+2
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-1/+1
2013-02-09spawn command when no completion is available (if alwaysHighlight is True); c...c.lopez1-0/+1
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-4/+3
2012-08-11Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i...c.lopez1-12/+12
2011-12-07P.Shell documentation and add missing unsafePrompt exportAdam Vogt1-3/+11
2011-11-28XMonad.Prompt.Shell: improve 'env' documentation to cover goodgrue's problemgwern01-1/+3
2011-11-18Be consistent with core utf8-string usage.Adam Vogt1-3/+3
2011-11-11Correct completions of utf8-named file in X.P.ShellAdam Vogt1-4/+5
2011-07-31GHC 7 compatDaniel Wagner1-2/+7
2010-06-15remove decodeInput/encodeOutputgwern01-50/+50
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2009-12-24X.P.Shell, filter empty string from PATHTim Horton1-1/+1
2009-10-22Refer to modm as the current modMaskAdam Vogt1-3/+3
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva1-1/+1
2009-06-22update callers of safeSpawngwern01-1/+1
2009-03-12Prompt.Shell: escape ampersandValery V. Vorotyntsev1-2/+1
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-2/+3
2008-04-01forgot a haddock for getEditor in Shell.hsgwern01-0/+1
2008-04-01Shell.hs: +getBrowser, getEditor, helper functiongwern01-0/+19
2008-03-23added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner1-0/+1
2008-03-02Shell: add support for UTF-8 localesAndrea Rossato1-5/+5
2008-02-17some code formattingAndrea Rossato1-9/+9
2008-02-16Shell: escape the string in the command line onlyAndrea Rossato1-2/+3
2008-02-16Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato1-2/+8
2007-12-26Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen1-10/+2
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-6/+3
2007-11-21Shell: small doc fixAndrea Rossato1-2/+2
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting1-2/+2
2007-11-17Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting1-1/+1
2007-11-05-Wall policeSpencer Janssen1-1/+1
2007-11-01HierarchifySpencer Janssen1-8/+8
2007-10-22ShellPrompt.hs (showXPrompt): use a single blankValery V. Vorotyntsev1-1/+1
2007-10-26ShellPrompt: remove harcoded path when calling bashAndrea Rossato1-1/+1
2007-10-26ShellPrompt: reformat the comments to complay with the module styleAndrea Rossato1-8/+14
2007-10-24ShellPrompt.hs: move `uniqSort' to XPrompt.hsValery V. Vorotyntsev1-4/+0
2007-10-24Remove excessive import lists from ShellPromptSpencer Janssen1-10/+8
2007-10-24Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg...gwern01-7/+0
2007-10-19ShellPrompt.hs: fmt imports and updategwern01-9/+10
2007-10-19Run.hs, ShellPrompt.sh: mv runInXTerm to ShellPrompt.hsgwern01-0/+24
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-1/+1
2007-10-16ShellPrompt: traverse $PATH once per invocation. Major speed improvementSpencer Janssen1-24/+28
2007-10-16ShellPrompt.hs: a quick optimization of nubgwern01-1/+2
2007-10-11Remove spurious output from ShellPromptSpencer Janssen1-1/+0
2007-10-08ShellPrompt.hs: add getShellCompl to export listgwern01-4/+5
2007-10-07Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins1-2/+1
2007-10-07ShellPrompt: check for executables and better error handlingAndrea Rossato1-18/+20
2007-10-07ShellPrompt: fromMaybe requires importing Data.MaybeAndrea Rossato1-0/+1
2007-10-06change Dmenu functions to return IO/X (Maybe String)Devin Mullins1-1/+1