https://github.com/sharadcodes/sharnote
A command line :smile: note taking utility developed in Python that saves notes in JSON format.
https://github.com/sharadcodes/sharnote
json notes notes-app python python3 utility
Last synced: 11 months ago
JSON representation
A command line :smile: note taking utility developed in Python that saves notes in JSON format.
- Host: GitHub
- URL: https://github.com/sharadcodes/sharnote
- Owner: sharadcodes
- License: gpl-3.0
- Created: 2020-07-05T14:58:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T01:19:32.000Z (over 3 years ago)
- Last Synced: 2024-12-13T09:21:36.038Z (over 1 year ago)
- Topics: json, notes, notes-app, python, python3, utility
- Language: Python
- Homepage: https://pypi.org/project/sharnote/
- Size: 80.1 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

A command line note taking utility developed in Python that saves notes in JSON format.
# Installation
```
pip3 install sharnote
```
# Usage
### For help
```
sharnote --help or sharnote --h
```
### To see notes of today
```
sharnote --today or --t
```
### To see notes of a particaular date
```
sharnote --date or --d YYYY-MM-DD
```
### To search for a particular string in notes
```
sharnote --search or --s "Some text here"
```
### To change directory used for storing notes
```
sharnote --notesdir or --nd
```