aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Ssh.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-02-29Ssh: coding styleAndrea Rossato1-5/+5
darcs-hash:20080229100346-32816-c4a670f4280b518a9be76304c54ff426449e030d.gz
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
darcs-hash:20080229095014-32816-be85541c5f65ba9467d327ec3e305c961811678b.gz
2008-02-05Run.hs: add an option to runintermsgwern01-1/+1
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
2007-12-07Sshprompt: Add explanation for the completion in sshpromptdominik1-0/+3
darcs-hash:20071207000904-f60c0-0bc47e5a8656171b19d6f1a9f935fc78621ab520.gz
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-5/+3
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting1-2/+2
darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
2007-11-01HierarchifySpencer Janssen1-8/+8
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-10-24SshPrompt.hs: use `uniqSort' from XPrompt.hsValery V. Vorotyntsev1-14/+14
Remove excessive import lists. darcs-hash:20071024144128-ae588-bd38d60a520621b2bbb318f8a2ae748131b93903.gz
2007-10-22SshPrompt.hs (showXPrompt): use a single blankValery V. Vorotyntsev1-5/+5
Delete trailing whitespace. Fix documentation typo. darcs-hash:20071022192037-ae588-44d4643810894b53af8170d474ea00c2ddbff10a.gz
2007-10-24Use new terminal config optionSpencer Janssen1-2/+2
darcs-hash:20071024110219-a5988-a8ca4fc9a920d04c71af52adbbe1f85d014f238e.gz
2007-10-24Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per ↵gwern01-1/+1
suggestions darcs-hash:20071024001341-f7719-6ea9cf7134f0300c53e85cddfff1e320039c115b.gz
2007-10-19SshPrompt.hs: while I'm here, replace nub with the faster Set trickgwern01-2/+3
darcs-hash:20071019181514-f7719-6fd5a3e451cc6629dc74170068b6a414259aaadc.gz
2007-10-19SshPrompt.hs: fmt imports and updategwern01-13/+13
darcs-hash:20071019181255-f7719-e93b15b811ee1f24b3db7e0437f4b3eb83d3c381.gz
2007-10-17Remove RunInXTerm in favor of RunSpencer Janssen1-1/+1
darcs-hash:20071017202201-a5988-8130b054c29244d0fb2f5887eeb5285865c1a478.gz
2007-09-16SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict ↵Brandon S Allbery KF8NH1-2/+2
with xmonadPrompt Just a minor patch to the comments/documentation, which was clearly copied unchanged from ShellPrompt.hs. darcs-hash:20070916182520-916a4-d8d876266158df4e52da00a3ae7365d1ed495d08.gz
2007-09-10ssh-global-known-hostsBrandon S Allbery KF8NH1-5/+44
Add support for global ssh known hosts file, which is checked for via $SSH_KNOWN_HOSTS or a standard list of locations. This is stripped of comments and hashed hosts, combined with the local hosts file (which is trated the same way), and duplicates eliminated. darcs-hash:20070909222432-916a4-5f6832c6c61f365b059705712f56fdd72e38260c.gz
2007-09-05Docstring parser for generating xmonad build configs with default settings ↵Alex Tarkovsky1-0/+4
for extensions darcs-hash:20070905200128-bd4fb-ff90db3eb7ebce6ea75956f19ebc6c35d36c08d4.gz
2007-08-07SshPrompt now uses RunInXTerm to launch the commandAndrea Rossato1-1/+2
darcs-hash:20070807101911-32816-893c37187d6f1df28d755a90ab8cb5cab9584308.gz
2007-08-04SshPrompt.hs: minor haddock correctionsAndrea Rossato1-12/+11
darcs-hash:20070804104441-32816-57f8de667df04ba2269202df49bfef668f6cba5a.gz
2007-08-03Prompts: updated and corrected usage infoAndrea Rossato1-0/+1
darcs-hash:20070803130158-32816-613fcac848ec0874716f794e91194fc302e93810.gz
2007-08-02SshPrompt: a graphical prompt for ssh connectionAndrea Rossato1-0/+59
darcs-hash:20070802155943-32816-fb564d879322995d6291898bac43afd68dbdb834.gz