https://github.com/viftodi/snotes
Sticky notes terminal application
https://github.com/viftodi/snotes
Last synced: about 1 year ago
JSON representation
Sticky notes terminal application
- Host: GitHub
- URL: https://github.com/viftodi/snotes
- Owner: viftodi
- License: mit
- Created: 2015-02-28T17:30:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T15:55:17.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T18:00:40.478Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# snotes
snotes, which stands for sticky notes is a terminal note taking application made in python
### Usage
The following command adds a note that is tagged with the corresponding tags:
snotes add -t tag1 tag2 ... tagn -n "This is my note"
Note that when the same note is added multiple time with different tags the actual tags are marged rather than replaced
The following commands gets all the notes filtered by the optional tags:
snotes get -t tag1 tag2 ... tagn
### Current limitations
This program is still in developpement, the following limitations exist in the current version:
- It is not possible to remove notes
- It is not possible to edit notes
- Other missing features