A little cli tool to manage your notes. Written in Golang.
Download the binary from the releases page and put it somewhere in your $PATH
.
notebutler init
notebutler new
Flags:
(all flags are optional)
-n, --name
: Name of the note.-t, --template
: Template to use for the note (found inside.notebutler/templates
). Do not include the.md
extension. Defaults todefault
.-o, --open
: Open the file in the default editor after creation. Defaults tofalse
.
notebutler read <name>
Install Go.
go build .
./build.sh github.com/marcusleonas/notebutler
Licensed under the MIT License. See LICENSE for details.