add cli pdf viewer
This commit is contained in:
parent
0ae6697af6
commit
29a10abe87
|
@ -20,6 +20,7 @@
|
||||||
prismlauncher # minecraft launcher
|
prismlauncher # minecraft launcher
|
||||||
ripgrep # grep replacement
|
ripgrep # grep replacement
|
||||||
soundwireserver # pass audio to android phone
|
soundwireserver # pass audio to android phone
|
||||||
|
tdf # cli pdf viewer
|
||||||
todo # cli todo list
|
todo # cli todo list
|
||||||
toipe # typing test in the terminal
|
toipe # typing test in the terminal
|
||||||
valgrind # c memory analyzer
|
valgrind # c memory analyzer
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
icat = "kitten icat";
|
icat = "kitten icat";
|
||||||
dsize = "du -hs";
|
dsize = "du -hs";
|
||||||
findw = "grep -rl";
|
findw = "grep -rl";
|
||||||
|
pdf = "tdf";
|
||||||
|
|
||||||
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
|
l = "eza --icons -a --group-directories-first -1"; #EZA_ICON_SPACING=2
|
||||||
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
|
ll = "eza --icons -a --group-directories-first -1 --no-user --long";
|
||||||
|
|
Loading…
Reference in a new issue