Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T01:19:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-13T09:21:36.038Z (19 days 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
![](https://sharadcodes.github.io/logos/sharnote/sharlogo.png)
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
```