config-fish/functions/tools.fish

52 lines
1.6 KiB
Fish

function tools
set_color blue
echo "Apps"
toolprint red "gomuks" "Matrix Client"
toolprint red "profanity" "XMPP Client"
set_color blue
echo "Tools"
toolprint red "backup" "Run borg backup"
toolprint red "ouch" "Archive manager"
toolprint red "mood" "Mood tracker"
toolprint red "dnsleaktest" "DNS leak test"
toolprint red "btm" "System monitor"
toolprint red "vsv" "Runit service manager"
toolprint red "svlogtail" "Void log viewer"
toolprint red "xh" "HTTP Client"
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 "gobang" "Database viewer"
toolprint red "onefetch" "Neofetch for git repos"
toolprint red "gping" "Ping with graphs"
toolprint red "rpaste" "Rustypaste client"
toolprint red "mlp" "Live markdown preview"
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 ":Tex" "Build 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