Skip to content

CLI tool made with GO to help you create notes in your macos from your terminal

License

Notifications You must be signed in to change notification settings

Escandiuzzi/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install the CLI tool

Build the project

go build -o notes main.go

Move to the bin folder

mv mycli /usr/local/bin/

Now you can run the CLI by running note in you terminal

Example

foo@bar:~$ note add -f Ideas -t "Project Ideas" -c"Create a CLI tool in GO"

Add new note

foo@bar:~$ note add
foo@bar:~$ note a
foo@bar:~$ note make
foo@bar:~$ note n

Params

Folder
foo@bar:~$ note add -f #Specifies the folder to be added
foo@bar:~$ note add -folder #Specifies the folder to be added
Title
foo@bar:~$ note add -t #Specifies the title of the note
foo@bar:~$ note add -title #Specifies the title of the note
Content
foo@bar:~$ note add -c #Specifies the content of the note
foo@bar:~$ note add -content #Specifies the content of the note

About

CLI tool made with GO to help you create notes in your macos from your terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages