This commit is contained in:
~erin 2023-03-18 11:28:08 -04:00
parent 4611f6d90d
commit 82f8386964
2 changed files with 4 additions and 0 deletions

3
functions/fssh.fish Normal file
View File

@ -0,0 +1,3 @@
function fssh
ssh "$(rg '^Host\b' $HOME/.ssh/config | awk '{print $2}' | fzf)"
end

View File

@ -8,6 +8,7 @@ function tools
echo "Tools"
toolprint red "music (ncmpcpp)" "MPD client"
toolprint red "backup" "Run borg backup"
toolprint red "fssh" "FZF ssh"
toolprint red "ouch" "Archive manager"
toolprint red "mood" "Mood tracker"
toolprint red "dnsleaktest" "DNS leak test"