Linux personal apps/packages quick terminal based note keeper which can be exported later.
yay -S appnotex
Issue these commands step by step to build the AppNotEx binary.
git clone https://github.com/Abir-Tx/AppNotEx.git && cd AppNotEx
git submodule init && git submodule update
make builddir && make
You will find the binary in the bin folder after the compilation
Running appnotex without any extra option will run the save info phase by default. You can issue one of these available commands as arguments to run diffrent parts of the app. Available commands are -
-h --help Prints the help menu
-p --print Prints all the saved apps info of appnotex in a nice format
-e --export Exports the saved apps info to a text file in current directory
-g --general Invokes the notex app. Take quick small general notes other than just apps notes
--printall Prints all the saved data from both appnotex and notex in a nice format
-v --version Prints the apps current version and developement informations
./appnotex --print