https://github.com/sharadcodes/jnote
A java based note taking app
https://github.com/sharadcodes/jnote
cli java java-note java-note-taking-app swing swing-gui
Last synced: 4 months ago
JSON representation
A java based note taking app
- Host: GitHub
- URL: https://github.com/sharadcodes/jnote
- Owner: sharadcodes
- License: mit
- Created: 2019-12-02T12:35:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T13:09:21.000Z (over 5 years ago)
- Last Synced: 2025-01-18T08:22:59.989Z (5 months ago)
- Topics: cli, java, java-note, java-note-taking-app, swing, swing-gui
- Language: Java
- Size: 16.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jnote
## By [Sharad Raj](https://sharadcodes.github.io)
### A cmd based note taking app built in Java> Under development
## [Click here to download](https://sharadcodes.github.io/jnote/jnote.zip)
### 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.
4. Open command line and type `jnote`### That's it enjoy
## Commands available
```bash
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
```