Skip to content

viftodi/snotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sticky notes terminal application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages