Skip to content
/ gonotes Public

A simple command line note/message/thoughts taking app.

License

Notifications You must be signed in to change notification settings

ojn/gonotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gonotes

A simple command line note/message/thoughts taking app.

Wrote this mainly to store memes/one line copypasta/ imgur links and shit lol

Drop the code into $GOPATH/src/gonotes

cd $GOPATH/src/gonotes
go install

Drop the db into $GOPATH/bin or wherever you move your binary.

Create stuff:

./gonotes hello this is my first note.

Access the note:

./gonotes hello

Add notes to lists:

./gonotes @pointlessapps hello this is my first note.

Access notes in a list:

./gonotes -list @pointlessapps

Display all existing lists:

./gonotes -list

About

A simple command line note/message/thoughts taking app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages