add cli pdf viewer

This commit is contained in:
Frost-Phoenix 2024-06-23 17:30:09 +02:00
parent 0ae6697af6
commit 29a10abe87
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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";