implements script to easily ssh connect from fuzzel
This commit is contained in:
parent
68bf60569f
commit
aa9a0fe7f2
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
cliphist list | fuzzel --dmenu --prompt "Copy\t" | cliphist decode | wl-copy
|
||||
cliphist list | fuzzel --dmenu --prompt "Copy: " | cliphist decode | awk '{$1=$1};1' | head -c -1 | wl-copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue