notebutler

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 1 Imported by: 0

README

Notebutler logo

Read the docs

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

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL