diff options
| -rw-r--r-- | functions/lscmd.fish | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/functions/lscmd.fish b/functions/lscmd.fish index ea098d6..004dfc8 100644 --- a/functions/lscmd.fish +++ b/functions/lscmd.fish @@ -5,11 +5,11 @@ if not functions -q is-installed return 1 end -set -f compress 'libarchive' 'bzip3' 'p7zip' 'unrar' -set -f crypt 'age' -set -f shell 'exa' 'tmux' 'walk' 'moar' 'most' 'fcp' 'b3sum' +set -f compress 'libarchive' 'bzip3' 'p7zip' 'unrar' 'unshield' 'cabextract' +set -f crypt 'age' 'b3sum' +set -f shell 'exa' 'tmux' 'walk' 'moar' 'most' 'fcp' set -f editor 'neovim' 'micro' 'nano' -set -f file 'mc' 'nnn' +set -f file 'mc' 'nnn' 'fdupes' set -f bin 'hexyl' set -f text 'bat' 'ripgrep' 'sd' 'ugrep' 'grex' 'since' 'difftastic' 'vbindiff' set -f sys 'htop' 'btop' 'duf' 'ncdu' 'procs' @@ -22,7 +22,7 @@ set -f www 'links' set -f mail 'aerc' set -f gopher 'ncgopher' set -f gemini 'clagrange' 'amfora' 'ncgopher' -set -f tox 'toxic' +set -f chat 'weechat' 'toxic' set -f ftp 'lftp' set -f http 'curlie' 'xh' 'hurl' set -f mirror 'wget' 'gemget' 'httrack' 'crawley' @@ -36,7 +36,7 @@ set -f graphics 'graphicsmagick' set -f xorg 'xdotool' 'yank' set -f -a mul $img $sound $graphics -set -f -a net $www $mail $gopher $gemini $tox $ftp $http $mirror $dns $netmon $netsec +set -f -a net $www $mail $gopher $gemini $chat $ftp $http $mirror $dns $netmon $netsec set -f -a all $net $mul $compress $crypt $shell $editor $file $bin $text $sys $sec $markdown $db $dev $sync $man $xorg for element in (string join0 $all | sort -z | uniq -z | string split0) |
