command
module
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Aug 6, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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.
Documentation
¶
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.