aboutsummaryrefslogtreecommitdiffstats
path: root/ShellPrompt.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-11Remove spurious output from ShellPromptSpencer Janssen1-1/+0
darcs-hash:20071011182816-a5988-c95c4d60081d46de24269b70cbffe1dccc7e6f11.gz
2007-10-08ShellPrompt.hs: add getShellCompl to export listgwern01-4/+5
getShellCompl is useful for writing prompts in Config.hs or even full standalone prompts; and personally, if a small utility function like 'split' can be exported, how much more so something useful like getShellCompl? darcs-hash:20071007220236-f7719-7b0a4c794bdbce3b19a785bbe01f734e002114c2.gz
2007-10-07Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins1-2/+1
darcs-hash:20071007185915-78224-5dc94fbbbc960a853654321317e2b8ba54d8be2a.gz
2007-10-07ShellPrompt: check for executables and better error handlingAndrea Rossato1-18/+20
Code contributed by Spencer (basically I just removed FilePath depenency). darcs-hash:20071007110133-32816-49cab7bd033569a16c55a3d1bfde3aba8c9fc3ee.gz
2007-10-07ShellPrompt: fromMaybe requires importing Data.MaybeAndrea Rossato1-0/+1
darcs-hash:20071007070148-32816-495ab0d050b28ae756ced9634dc058098ad1004b.gz
2007-10-06change Dmenu functions to return IO/X (Maybe String)Devin Mullins1-1/+1
dmenu exits with code 1 when you hit Escape, and I wanna create a contrib that takes advantage of that. This required changes in four contribs (Commands, DirectoryPrompt, ShellPrompt, and WorkspaceDir), and might require changes in users' Configs. Also, I'm not sure some of the changes I made to the client code are very Haskelly. Would appreciate input there. darcs-hash:20071006070959-78224-eeefb4300d6d3de7b199f2b1ad37ba43384e03f1.gz
2007-10-05ShellPrompt: removed readline dependency and added escape character supportAndrea Rossato1-18/+24
darcs-hash:20071005112250-32816-1a6ded5818357ce989dd7cadf6eb0d0fc9503ef5.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+5
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-08-17ShellPrompt: quickcheck related refactoringAndrea Rossato1-2/+6
darcs-hash:20070817155725-32816-b4d794d7fabae947a338aaab6fbe4dbb3729c53a.gz
2007-08-04ShellPrompt.hs: minor haddock correctionsAndrea Rossato1-16/+20
darcs-hash:20070804104408-32816-1fa6a469e31e8f6003e2df71e87b4ffaca3b500f.gz
2007-08-03Prompts: updated and corrected usage infoAndrea Rossato1-3/+4
darcs-hash:20070803130158-32816-613fcac848ec0874716f794e91194fc302e93810.gz
2007-08-02ShellPrompt: a graphical shell promptAndrea Rossato1-0/+82
This module requires readline and so a modification to xmonad.cabal. See usage for instructions. darcs-hash:20070802155845-32816-ea10113cc8c38f542b2b6a4812d6980ada80a750.gz