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