mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
ssh dmenu script to parse .config file
This commit is contained in:
parent
f255cad8e5
commit
e00435d8de
5
.local/bin/i3cmds/sshmenu
Executable file
5
.local/bin/i3cmds/sshmenu
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
#$TERMINAL -e ssh `cat ~/.ssh/config | grep ^Host | awk '{ print $2 }' | dmenu`
|
||||
|
||||
$TERMINAL -e ssh `cat ~/.ssh/config | grep ^Host | cut -d" " -f2 | dmenu -l 35 -p "SSH to?"`
|
||||
Loading…
x
Reference in New Issue
Block a user