package
1.2.1
Repository: https://github.com/gumieri/note.git
Documentation: pkg.go.dev

# Functions

DeleteNote accept an argument to execute a fuzzy search for the note to be deleted.
EditNote accept one argument to execute a fuzzy search for the note to be edited and open the EDITOR with the found result.
ListNotes list all existing notes in the NOTE_PATH.
ShowNote show the content of a note it will do a fuzzy search using the argument for the note name.
WriteNote when no argument is given it open the configured EDITOR When arguments are informed these became the contet of the note.