aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prompt.Shell: escape ampersandValery V. Vorotyntsev2009-03-121-2/+1
* Add XMonad.Actions.SpawnOnSpencer Janssen2009-01-171-2/+3
* Update all uses of doubleFork/waitForProcessSpencer Janssen2009-01-161-2/+2
* windowPromptBringCopydeadguysfrom2008-10-231-4/+15
* simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins2008-08-111-6/+4
* add autoComplete option to XMonad.PromptDevin Mullins2008-07-041-0/+9
* move AppLauncher from Actions module to Prompt modulezhen.sydow2008-05-131-0/+72
* forgot a haddock for getEditor in Shell.hsgwern02008-04-011-0/+1
* RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classnamegwern02008-04-011-14/+14
* Shell.hs: +getBrowser, getEditor, helper functiongwern02008-04-011-0/+19
* added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2008-03-232-0/+78
* Xmonad.Prompt.DirExec: fix haddock errorLukas Mai2008-03-161-1/+1
* Shell: add support for UTF-8 localesAndrea Rossato2008-03-021-5/+5
* Ssh: coding styleAndrea Rossato2008-02-291-5/+5
* Ssh: complete known hosts with non standard ports tooAndrea Rossato2008-02-291-2/+12
* Fix xmonadPromptC and use it.nicolas.pouillard2008-03-061-3/+6
* Adjusted signature of DirExec module functions.Juraj Hercek2008-03-011-12/+24
* Import of new DirExec module.Juraj Hercek2008-02-291-0/+90
* Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato2008-02-171-1/+1
* some code formattingAndrea Rossato2008-02-171-9/+9
* Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp...Andrea Rossato2008-02-161-2/+2
* Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato2008-02-161-12/+6
* Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato2008-02-161-4/+1
* Shell: escape the string in the command line onlyAndrea Rossato2008-02-161-2/+3
* Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato2008-02-161-2/+8
* Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato2008-02-161-2/+8
* Run.hs: add an option to runintermsgwern02008-02-052-2/+2
* Prompt.Theme: comments and some point-freeAndrea Rossato2008-02-081-6/+6
* Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato2008-02-071-0/+52
* use Util.WorkspaceCompare in Prompt.Workspace.David Roundy2008-02-061-2/+3
* Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen2007-12-261-10/+2
* Man.hs: input speedupValery V. Vorotyntsev2007-12-121-17/+21
* Sshprompt: Add explanation for the completion in sshpromptdominik2007-12-071-0/+3
* Remove XMonad.Operations importsSpencer Janssen2007-12-082-2/+0
* Remove redundant importsSpencer Janssen2007-12-082-2/+0
* refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey2007-11-282-0/+177
* AppendFile: initial importBrent Yorgey2007-11-271-0/+66
* Prompt/Man.hs: fixing haddockValery V. Vorotyntsev2007-11-221-10/+9
* Updated documentation of all prompts in XMonad.PromptAndrea Rossato2007-11-218-42/+36
* Shell: small doc fixAndrea Rossato2007-11-211-2/+2
* Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting2007-11-187-14/+14
* Prompt/XMonad.hs: minor typo in doc.Joachim Fasting2007-11-181-1/+1
* Prompt/Man.hs: remove docstring.Joachim Fasting2007-11-181-1/+1
* Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting2007-11-181-2/+3
* Prompt/Workspace.hs: update module description.Joachim Fasting2007-11-181-1/+1
* Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting2007-11-181-2/+2
* Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting2007-11-181-2/+2
* Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting2007-11-181-3/+4
* Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting2007-11-181-1/+2
* Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting2007-11-171-1/+1