Qnote is a simple command line based note taking app.
on Linux or MacOS, copy the folder to the /usr/bin
directory.
$ cp qnote /usr/bin
This program is reletivly simple to use. The program can currently only creat quick notes. however, surport for more featues are about to come.
use the -h
or the --help
argument to print out the help page.
$ qnote -h, --help
quick note can be created by typing your text after the command.
$ qnote (type your note here)
This text is saved in a folder called notes in the users home directory and can be acessed using the -l
or --list
argument. As the file is saved in plain text it can also be acessed without this program.
$ qnote -l, --list
use the -v
or the --version
argument to check out the version of the program.
$ qnote -v. --version
-
Create a callable output function.
-
Allow user to create folders.
-
Create note Ui.
-
Allow users to delete notes and floders.
-
Make the interface more user frendly. (add coloured text)