Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.18 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.18 KB

Notebutler logo

Notebutler

A little cli tool to manage your notes. Written in Golang.

Installation

Download the binary from the releases page and put it somewhere in your $PATH.

Usage

Initialise a notebook:

notebutler init

Create a new note

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 to default.
  • -o, --open: Open the file in the default editor after creation. Defaults to false.

Read a note

notebutler read <name>

Build

Install Go.

For current architecture

go build .

For all architectures

./build.sh github.com/marcusleonas/notebutler

License

Licensed under the MIT License. See LICENSE for details.