aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Ssh.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-05warning police (unused variables)Adam Vogt1-3/+3
2014-05-04This patch makes the Ssh extension works with **user** arguments in ssh, .e.g...linxray1-2/+9
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-1/+1
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-4/+2
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+2
2011-07-31GHC 7 compatDaniel Wagner1-1/+7
2009-12-29X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey1-1/+19
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey1-1/+0
2009-10-22Refer to modm as the current modMaskAdam Vogt1-1/+1
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva1-2/+2
2008-02-29Ssh: coding styleAndrea Rossato1-5/+5
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
2008-02-05Run.hs: add an option to runintermsgwern01-1/+1
2007-12-07Sshprompt: Add explanation for the completion in sshpromptdominik1-0/+3
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-5/+3
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting1-2/+2
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
2007-11-01HierarchifySpencer Janssen1-8/+8
2007-10-24SshPrompt.hs: use `uniqSort' from XPrompt.hsValery V. Vorotyntsev1-14/+14
2007-10-22SshPrompt.hs (showXPrompt): use a single blankValery V. Vorotyntsev1-5/+5
2007-10-24Use new terminal config optionSpencer Janssen1-2/+2
2007-10-24Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg...gwern01-1/+1
2007-10-19SshPrompt.hs: while I'm here, replace nub with the faster Set trickgwern01-2/+3
2007-10-19SshPrompt.hs: fmt imports and updategwern01-13/+13
2007-10-17Remove RunInXTerm in favor of RunSpencer Janssen1-1/+1
2007-09-16SshPrompt.hs: fix some copy/paste errors, rebind sshPrompt to not conflict wi...Brandon S Allbery KF8NH1-2/+2
2007-09-10ssh-global-known-hostsBrandon S Allbery KF8NH1-5/+44
2007-09-05Docstring parser for generating xmonad build configs with default settings fo...Alex Tarkovsky1-0/+4
2007-08-07SshPrompt now uses RunInXTerm to launch the commandAndrea Rossato1-1/+2
2007-08-04SshPrompt.hs: minor haddock correctionsAndrea Rossato1-12/+11
2007-08-03Prompts: updated and corrected usage infoAndrea Rossato1-0/+1
2007-08-02SshPrompt: a graphical prompt for ssh connectionAndrea Rossato1-0/+59