aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDeposite Pirate2025-12-04 21:35:37 +0100
committerDeposite Pirate2025-12-04 21:35:37 +0100
commit2d6303ae1a268a25f074736fb972fb3edfe4908c (patch)
tree0af4971136f05c4bc11cc3b163e998c0e9cbd84f /functions
parent670fe779388fb69c704e292956358d755e12b15c (diff)
Add fdupes to lscmd
modified: functions/lscmd.fish
Diffstat (limited to 'functions')
-rw-r--r--functions/lscmd.fish12
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)