notes

command module
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2025 License: MIT Imports: 1 Imported by: 0

README

Notes CLI

A simple, lightweight command-line notes manager written in Go.

Features

  • Create notes

  • View and manage notes

  • Customizable storage location and editor

Installation

go install github.com/ionut-t/notes@latest

Or install the binary from the Releases page.

Usage

Basic Commands
# Create a new note
notes add

# Launch the notes manager UI
notes

# Configure settings
notes config [flags]
Configuration Options
# Open configuration file in your default editor
notes config

# Set custom editor
notes config --editor nvim

# Set custom storage location
notes config --storage ~/Documents/my-notes

Directory Structure

~/.notes/              # Default storage location
├── .config.toml       # Configuration file
└── *.md               # Your markdown notes

License

MIT License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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