aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Ssh.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* warning police (unused variables)Adam Vogt2014-05-051-3/+3
| | | | | | Ignore-this: a15b4d844b1da4f1f1f9b6095c968705 darcs-hash:20140505001242-1499c-b133a1e0b7b7c21b0cdb0776b50b31eb85924d9f.gz
* This patch makes the Ssh extension works with **user** arguments in ssh, ↵linxray2014-05-041-2/+9
| | | | | | | | .e.g ssh admin@localhost. Ignore-this: 297673e11d3049c4f127aac3e172d361 darcs-hash:20140504091120-3bc24-8ce1f3e7c4978a3dcd62bb9d532ac33642457075.gz
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-1/+1
| | | | | | Ignore-this: 898458b1d2868a70dfb09faf473dc7aa darcs-hash:20130528013909-76d51-863278165b6f149c47b08b31b34e85ddcab19f1f.gz
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-4/+2
| | | | | | | | | | | | | | Ignore-this: 2cebdfe604c581f2b4a644e9aed726c7 The base that comes with ghc-7.6.1 no longer includes Prelude.catch; so these modules were changed so that there is no warning for import Prelude hiding (catch) At the same time these changes should be compatible with older GHCs, since the catch being has never been the one in the Prelude. darcs-hash:20121109013506-1499c-c593662b0780eb49287efcbfe0e9796f7dd57c73.gz
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-1/+2
| | | | | | Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
* GHC 7 compatDaniel Wagner2011-07-311-1/+7
| | | | | | | | | Ignore-this: 17a43a709e70ebccc925e016d7057399 * true error: more modules export foldl/foldl'/foldr, so explicitly use the Data.Foldable one * -Werror error: transition from Control.OldException to Control.Exception, assuming everything was IOException darcs-hash:20110731170850-76d51-71271524485f6d10f84521f271182bea5085d400.gz
* X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey2009-12-291-1/+19
| | | | | | Ignore-this: fa638a0af4cb71be91f6c90bdf6d5513 darcs-hash:20091229171346-1e371-fd97e53030a55a95ca1027610a73b4642404b871.gz
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to ↵Brent Yorgey2010-01-121-1/+0
| | | | | | | | get rid of some others. Ignore-this: bf3487b27036b02797d9f528a078d006 darcs-hash:20100112172507-1e371-1b466e62ac727b196330c72c8553116282ef5702.gz
* Refer to modm as the current modMaskAdam Vogt2009-10-221-1/+1
| | | | | | | | Ignore-this: d097c7dc1746c55e1d4078a7148f9d5a This makes the config suggestions consistent with the current template. darcs-hash:20091022041126-1499c-5dd63076fdd71a61276cfc8e648bada81d9cc586.gz
* minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva2009-09-281-2/+2
| | | | | | Ignore-this: 25e71f59bdcc5bf94c2d6f476833216b darcs-hash:20090928204443-29414-d1844586f2955c8b76d971b20d6e2b6c1ea91d4d.gz
* Ssh: coding styleAndrea Rossato2008-02-291-5/+5
| | | | darcs-hash:20080229100346-32816-c4a670f4280b518a9be76304c54ff426449e030d.gz
* Ssh: complete known hosts with non standard ports tooAndrea Rossato2008-02-291-2/+12
| | | | darcs-hash:20080229095014-32816-be85541c5f65ba9467d327ec3e305c961811678b.gz
* Run.hs: add an option to runintermsgwern02008-02-051-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
* Sshprompt: Add explanation for the completion in sshpromptdominik2007-12-071-0/+3
| | | | darcs-hash:20071207000904-f60c0-0bc47e5a8656171b19d6f1a9f935fc78621ab520.gz
* Updated documentation of all prompts in XMonad.PromptAndrea Rossato2007-11-211-5/+3
| | | | darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
* Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting2007-11-181-2/+2
| | | | darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
* Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting2007-11-181-2/+2
| | | | darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
* HierarchifySpencer Janssen2007-11-011-0/+104
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz