aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (follow)
Commit message (Expand)AuthorAgeFilesLines
* X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey2009-12-291-1/+19
* Workspace.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Layout.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Directory.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-242-3/+4
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-124-4/+0
* X.P.Shell, filter empty string from PATHTim Horton2009-12-241-1/+1
* Add a search predicate option to XMonad.PromptMike Lundy2009-12-211-2/+1
* generalize IO actions to MonadIO mdaniel2009-11-141-1/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-2212-16/+16
* minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva2009-09-286-17/+15
* Mark modules last-modified in 2007 as stableAdam Vogt2009-09-043-3/+3
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-163-3/+3
* Remove trailing whitespace from many modulesAdam Vogt2009-07-051-2/+2
* Cleanup code duplication in X.P.Layout and X.P.Workspacesean.escriva2009-07-012-8/+2
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-241-1/+1
* update callers of safeSpawngwern02009-06-221-1/+1
* Remove some excess whitespace in XMonad.AppLauncherAdam Vogt2009-05-031-1/+1
* 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