aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
2008-03-06Fix xmonadPromptC and use it.nicolas.pouillard1-3/+6
2008-03-01Adjusted signature of DirExec module functions.Juraj Hercek1-12/+24
2008-02-29Import of new DirExec module.Juraj Hercek1-0/+90
2008-02-17Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato1-1/+1
2008-02-17some code formattingAndrea Rossato1-9/+9
2008-02-16Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp...Andrea Rossato1-2/+2
2008-02-16Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato1-12/+6
2008-02-16Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato1-4/+1
2008-02-16Shell: escape the string in the command line onlyAndrea Rossato1-2/+3
2008-02-16Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato1-2/+8
2008-02-16Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato1-2/+8
2008-02-05Run.hs: add an option to runintermsgwern02-2/+2
2008-02-08Prompt.Theme: comments and some point-freeAndrea Rossato1-6/+6
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato1-0/+52
2008-02-06use Util.WorkspaceCompare in Prompt.Workspace.David Roundy1-2/+3
2007-12-26Don't bother checking executable bits of items in $PATH, yields a significant...Spencer Janssen1-10/+2
2007-12-12Man.hs: input speedupValery V. Vorotyntsev1-17/+21
2007-12-07Sshprompt: Add explanation for the completion in sshpromptdominik1-0/+3
2007-12-08Remove XMonad.Operations importsSpencer Janssen2-2/+0
2007-12-08Remove redundant importsSpencer Janssen2-2/+0
2007-11-28refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey2-0/+177
2007-11-27AppendFile: initial importBrent Yorgey1-0/+66
2007-11-22Prompt/Man.hs: fixing haddockValery V. Vorotyntsev1-10/+9
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato8-42/+36
2007-11-21Shell: small doc fixAndrea Rossato1-2/+2
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting7-14/+14
2007-11-18Prompt/XMonad.hs: minor typo in doc.Joachim Fasting1-1/+1
2007-11-18Prompt/Man.hs: remove docstring.Joachim Fasting1-1/+1
2007-11-18Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting1-2/+3
2007-11-18Prompt/Workspace.hs: update module description.Joachim Fasting1-1/+1
2007-11-18Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
2007-11-18Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting1-3/+4
2007-11-18Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting1-1/+2
2007-11-17Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting1-1/+1
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-0/+54
2007-11-06Man.hs: -Wall option not necessary as that's turned on in the Cabal filesgwern01-1/+0
2007-11-05-Wall policeSpencer Janssen1-1/+1
2007-11-01HierarchifySpencer Janssen7-0/+569