Quick Start

cargo install ntropy

Available on crates.io

Pre-built binaries for macOS (Apple Silicon & Intel) and Linux (x86_64 & aarch64, statically linked):

View Releases
git clone https://github.com/jakobwesthoff/ntropy.git
cd ntropy
cargo build --release

Basic Usage

# Scaffold a vault (this also seeds a by-tag view)
ntropy init ~/notes
cd ~/notes

# Create a note from a template and open it in your editor
ntropy new My first note

# Open today's daily note (created on first use each day)
ntropy today

# Find and open notes: full query language, fuzzy picker when several match
ntropy search tag:work and not status:done

# Materialize a browsable view from any frontmatter field
ntropy view add by-status --field status