A notes creator running in console.
The project use Go Lang and sqlite3.
To create the executable run:
go build Create a note using the parameter "-m", you can add title with the parameter "-t".
notes -t "title" -m "my new note"The notes are order by date.
Search a note by a text "-s".
notes -s "text to search"