/AppNotEx

Linux personal apps/packages quick terminal based note keeper which can be exported later in text format. This also offers a quick general note taking feature

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

CMake-Linux Run Tests Github total Downloads AUR version github release

AppNotEx

Linux personal apps/packages quick terminal based note keeper which can be exported later.

Install

Arch Linux

yay -S appnotex

Build Process

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

Usage

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

Examples

./appnotex --print