Refactor tools

This commit is contained in:
~erin 2023-04-01 08:56:44 -04:00
parent b3021e9e5d
commit bba5c66149
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
2 changed files with 13 additions and 7 deletions

View File

@ -20,6 +20,8 @@ if status is-interactive
alias grep='rg'
# vantamoo
alias vantamoo='telnet moo.vantaa.black 4201'
# proxy
alias gomuks='HTTPS_PROXY=socks5://127.0.0.1:9050 $HOME/.local/bin/gomuks'
## Setups ##
set -x ZELLIJ_AUTO_EXIT true

View File

@ -5,14 +5,20 @@ function tools
toolprint red "profanity" "XMPP Client"
set_color blue
echo "Tools"
echo "Programs"
toolprint red "music (ncmpcpp)" "MPD client"
toolprint red "backup" "Run borg backup"
toolprint red "newsboat" "RSS reader"
toolprint red "fssh" "FZF ssh"
toolprint red "ouch" "Archive manager"
toolprint red "mood" "Mood tracker"
toolprint red "dnsleaktest" "DNS leak test"
toolprint red "btm" "System monitor"
toolprint red "backup" "Run borg backup"
toolprint red "dnsleaktest" "DNS leak test"
toolprint red "mood" "Mood tracker"
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"
@ -23,11 +29,9 @@ function tools
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"