aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
darcs-hash:20080229095014-32816-be85541c5f65ba9467d327ec3e305c961811678b.gz
2008-03-06Fix xmonadPromptC and use it.nicolas.pouillard1-3/+6
darcs-hash:20080306163928-94725-0476d932b8aabe1e760946d7d0da54386987c9b6.gz
2008-03-01Adjusted signature of DirExec module functions.Juraj Hercek1-12/+24
- added parameter for function which executes the selected program - renamed dirExecPromptWithName to dirExecPromptNamed darcs-hash:20080301171905-69f16-89aa5a796f0f86ff916bb6761f479ae28512aff1.gz
2008-02-29Import of new DirExec module.Juraj Hercek1-0/+90
- allows execution of executable files from specific directory darcs-hash:20080229212257-69f16-9a166d655acac098d7835e2d44764c40aae1baa0.gz
2008-02-17Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato1-1/+1
darcs-hash:20080217124453-32816-d4fb1ea697f61ea428d2d849eaea741ba5d2c539.gz
2008-02-17some code formattingAndrea Rossato1-9/+9
darcs-hash:20080217124434-32816-3ea034e6955a1a8d674f84d99fcc8c96df78a359.gz
2008-02-16Prompt.XMonad: use mkComplFunFromList' to get all the completions with an ↵Andrea Rossato1-2/+2
empty command line darcs-hash:20080216133949-32816-6a80869c750b424462ac2a4639a47574cfe5d61e.gz
2008-02-16Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato1-12/+6
darcs-hash:20080216133842-32816-e47eca7967f6fd2134473fc9114113d744a0a57a.gz
2008-02-16Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato1-4/+1
darcs-hash:20080216133738-32816-bcecfaa205c235b6e480a25bdc03d222aa205d51.gz
2008-02-16Shell: escape the string in the command line onlyAndrea Rossato1-2/+3
darcs-hash:20080216133651-32816-c092df2db541278400906696550f43b6052a5e9a.gz
2008-02-16Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato1-2/+8
darcs-hash:20080216114159-32816-3a53fcae3f880fcd243f0ed2f967dc0f5a506068.gz
2008-02-16Prompt.Shell: if there's just one completion and it is a directory add a ↵Andrea Rossato1-2/+8
trailing slash darcs-hash:20080216114005-32816-f4b424bd543885bff361b75ad1cc7e7511260f6a.gz
2008-02-05Run.hs: add an option to runintermsgwern02-2/+2
It turns out that for urxvt, and most terminal, apparently, once you give a '-e' option, that's it. They will not interpret anything after that as anything but input for /bin/sh, so if you wanted to go 'runInTerm "'screen -r session' -title IRC"', you were SOL - the -title would not be seen by urxvt. This, needless to say, is bad, since then you can't do stuff like set the title which means various hooks and extensions are helpless. This patch adds an extra options argument which is inserted *before* the -e. If you want the old behaivour, you can just go 'runInTerm "" "executable"', but now if you need to do something extra, 'runInTerm "-title mutt" "mutt"' works fine. This patch also updates callers. darcs-hash:20080205031824-f7719-ca5117c1b75f6667459273be2613bc29e8cbbacb.gz
2008-02-08Prompt.Theme: comments and some point-freeAndrea Rossato1-6/+6
darcs-hash:20080207232155-32816-b33ac4902f1f2c2cfef11570edea06fab9ad5cf4.gz
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current ↵Andrea Rossato1-0/+52
workspace darcs-hash:20080207184321-32816-90de355649c2e7190726ee5f0de2ca99a0b19bdc.gz
2008-02-06use Util.WorkspaceCompare in Prompt.Workspace.David Roundy1-2/+3
darcs-hash:20080206004057-72aca-6fbc6e0d97ff9a251ddc8b564621800fab52d0b7.gz
2007-12-26Don't bother checking executable bits of items in $PATH, yields a ↵Spencer Janssen1-10/+2
significant speed-up darcs-hash:20071226032412-a5988-0de67a84893bbcf766a111afe329d6656fb51887.gz
2007-12-12Man.hs: input speedupValery V. Vorotyntsev1-17/+21
Descend manpage directories once -- when `manPrompt' is called. (Previous version used to search directories upon each character arrival.) darcs-hash:20071212090256-ae588-c8afdd4f04a9aa9e6ee947d0d1559566134ffb9d.gz
2007-12-07Sshprompt: Add explanation for the completion in sshpromptdominik1-0/+3
darcs-hash:20071207000904-f60c0-0bc47e5a8656171b19d6f1a9f935fc78621ab520.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen2-2/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Remove redundant importsSpencer Janssen2-2/+0
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-28refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey2-0/+177
XMonad.Prompt.Input is a new module which provides a framework for prompting the user for input and passing it along to some other action, useful for building actions which require user input. XMonad.Prompt.Email is a simple example of the use of XMonad.Prompt.Input, which prompts the user for a recipient, subject, and body, and sends a one-line email. I also made a small refactoring to XMonad.Prompt in order to support XMonad.Prompt.Input. darcs-hash:20071128142417-bd4d7-659505bd53d074cd3d11df65014a722b6275d57c.gz
2007-11-27AppendFile: initial importBrent Yorgey1-0/+66
XMonad.Prompt.AppendFile is a new module which provides a prompt for appending a single line of text to a file. I use it for quickly writing down ideas/todos/etc. to a special file when I can't be bothered to stop what I'm doing to write things down properly. darcs-hash:20071127224258-bd4d7-6695475026c9032a5f007ef924abb7dd3334181e.gz
2007-11-22Prompt/Man.hs: fixing haddockValery V. Vorotyntsev1-10/+9
darcs-hash:20071122091828-ae588-e7953336858148314ed68056c16b5389f755a634.gz
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato8-42/+36
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-21Shell: small doc fixAndrea Rossato1-2/+2
darcs-hash:20071121141013-32816-56d68d4aec55a79510af79e993469ffa74a472d6.gz
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting7-14/+14
darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
2007-11-18Prompt/XMonad.hs: minor typo in doc.Joachim Fasting1-1/+1
darcs-hash:20071118144722-928c4-c5c151763571d55d854746982b1fa57c54ebe5f1.gz
2007-11-18Prompt/Man.hs: remove docstring.Joachim Fasting1-1/+1
darcs-hash:20071118143240-928c4-b8478ece740d7d104549836c351aaf4ef3f0a66e.gz
2007-11-18Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting1-2/+3
darcs-hash:20071117230940-928c4-8863f76809c6d77f95a3730ddfbd73280cf72a29.gz
2007-11-18Prompt/Workspace.hs: update module description.Joachim Fasting1-1/+1
darcs-hash:20071117230931-928c4-226016871b3adf6eae326b7b57fd4f9342d0d8a6.gz
2007-11-18Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
darcs-hash:20071117230854-928c4-3ca06e4b428cbf4cd9dc00c3244ecda80e5ef27d.gz
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
2007-11-18Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting1-3/+4
darcs-hash:20071117230734-928c4-3913925d7feb535b60c9dbbaae100864fcbf0883.gz
2007-11-18Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting1-1/+2
darcs-hash:20071117230627-928c4-4b00476b9ac010868af4eaa8cdbfba4c1f8134da.gz
2007-11-17Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting1-1/+1
darcs-hash:20071117224614-928c4-f3676bffbfc1d7e46f4e6280bb7fed2a9ebe412d.gz
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-0/+54
The latter is pretty useless, as there's no way to find out what layouts are available, but it can at least allow you to select between any layouts that you happen to be using already (in one workspace or another). The former is handy any time you'd rather have a short name for a layout (either for selecting, or for viewing in a status bar). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz
2007-11-06Man.hs: -Wall option not necessary as that's turned on in the Cabal filesgwern01-1/+0
darcs-hash:20071106190659-f7719-a669d6be20e9f7f5cc2da374ace7bfcd9180de86.gz
2007-11-05-Wall policeSpencer Janssen1-1/+1
darcs-hash:20071105060036-a5988-67e0d7402a87ae5d672e5b556a5a03caf6ad5559.gz
2007-11-01HierarchifySpencer Janssen7-0/+569
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz