sharadcodes / jnote

A java based note taking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jnote

A cmd based note taking app built in Java

Under development

How to install

  1. Unzip the jnote.zip file.
  2. Copy the jnote folder inside the zip and place it at a safe place.
  3. Add path of jnote/bin to the System environment variables.
  4. Create a new Variable with name JNOTE_HOME and value will be the path to jnote/bin and save it.
  5. Open command line and type jnote

That's it enjoy

Commands available

jnote -n   -  For creating a new note
jnote -l   -  For listing all the notes
jnote -d   -  For deleting a note with particular ID
jnote -da  -  For deleting all the notes

About

A java based note taking app

License:MIT License


Languages

Language:Java 97.1%Language:Batchfile 2.9%