Skip to content

juancarbajal/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

A notes creator running in console.

The project use Go Lang and sqlite3.

Build

To create the executable run:

go build 

Usage:

Create a note

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 note

Search a note by a text "-s".

notes -s "text to search"

About

A notes creator running in con console. You will able to create and search notes in the terminal.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages