config-fish/functions/tools.fish

60 lines
1.8 KiB
Fish

function tools
set_color blue
echo "Apps"
toolprint red "gomuks" "Matrix Client"
toolprint red "profanity" "XMPP Client"
toolprint red "music (ncmpcpp)" "MPD client"
toolprint red "newsboat" "RSS reader"
set_color blue
echo "Programs"
toolprint red "fssh" "FZF ssh"
toolprint red "btm" "System monitor"
toolprint red "dnsleaktest" "DNS leak test"
toolprint red "mood" "Mood tracker"
toolprint red "fend" "Calculator"
toolprint red "gobang" "Database viewer"
toolprint red "mlp" "Live markdown preview"
set_color blue
echo "Tools"
toolprint red "ouch" "Archive manager"
toolprint red "vsv" "Runit service manager"
toolprint red "svlogtail" "Void log viewer"
toolprint red "xh" "HTTP Client"
toolprint red "igr" "FZF rg interface"
toolprint red "bat" "Better cat"
toolprint red "rg" "Ripgrep"
toolprint red "fd" "Find alternative"
toolprint red "procs" "Modern ps alternative"
toolprint red "dtool" "Misc. development tools"
toolprint red "hexyl" "Hex viewer"
toolprint red "onefetch" "Neofetch for git repos"
toolprint red "gping" "Ping with graphs"
toolprint red "rpaste" "Rustypaste client"
set_color blue
echo "Fish"
toolprint cyan "Ctrl+Alt+L" "Search git log"
toolprint cyan "Ctrl+R" "Search history"
toolprint cyan "Ctrl+V" "Search variables"
toolprint cyan "z" "Smarter cd"
set_color blue
echo "Neovim"
toolprint cyan "z=" "Spellcheck"
toolprint cyan "ar" "Angry Reviewer"
toolprint cyan ">" "Indent lines (visual mode)"
toolprint cyan ":Xplr" "Browse files"
toolprint cyan ":FRCbuild" "Build FRC project"
toolprint cyan "cv" "View tectonic PDF"
toolprint cyan "cr" "Recompile tectonic project"
set_color blue
echo "XPLR"
toolprint cyan ":sS" "SCP send file"
toolprint cyan ":oS" "Ouch compress"
toolprint cyan "P" "Preview image"
toolprint cyan "z" "Open PDF"
end