Copyright | (C) 2007 Andrea Rossato |
---|---|
License | BSD3 |
Maintainer | andrea.rossato@unibz.it |
Stability | unstable |
Portability | unportable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
A ssh prompt for XMonad
Usage
- In your
xmonad.hs
:
import XMonad.Prompt import XMonad.Prompt.Ssh
- In your keybindings add something like:
, ((modm .|. controlMask, xK_s), sshPrompt def)
Keep in mind, that if you want to use the completion you have to disable the "HashKnownHosts" option in your ssh_config
For detailed instruction on editing the key binding see the tutorial.
Instances
XPrompt Ssh Source # | |
Defined in XMonad.Prompt.Ssh showXPrompt :: Ssh -> String Source # nextCompletion :: Ssh -> String -> [String] -> String Source # commandToComplete :: Ssh -> String -> String Source # completionToCommand :: Ssh -> String -> String Source # |