implements script to easily ssh connect from fuzzel

This commit is contained in:
Dennis Schoepf 2025-11-26 00:40:59 +01:00
parent 68bf60569f
commit aa9a0fe7f2
3 changed files with 8 additions and 2 deletions

View file

@ -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