simple name logger for me to remember cli apps that i thought ppl would like
sudo pacman -S pyinstaller
pyinstaller --onefile memorify.py
(pyinstaller is most likely in your distro's package manager as well)
sudo mv dist/memorify /usr/local/bin/
memorify - show list
memorify --help - show args
find a way to execute names w optional flags?? idk if i need this but itd be cool to have
maybe make more interactive
even more shenanigans (this is all js brainstorming idk if im gonna add more 😭)