Skip to content
/ qnote Public

qnote is a simple command line based note taking app.

License

Notifications You must be signed in to change notification settings

ru4en/qnote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝Qnote

Qnote is a simple command line based note taking app. example

How to install

on Linux or MacOS, copy the folder to the /usr/bin directory.

$ cp qnote /usr/bin

How to use

This program is reletivly simple to use. The program can currently only creat quick notes. however, surport for more featues are about to come.

Help

use the -h or the --help argument to print out the help page.
$ qnote -h, --help

Create a quick note

quick note can be created by typing your text after the command. $ qnote (type your note here)

Show folders and created notes

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

print out version

use the -v or the --version argument to check out the version of the program. $ qnote -v. --version

TO-DO

  • 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)

DISCLAMER: this program is not yet ready for use. install at your own risk.

About

qnote is a simple command line based note taking app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages