funpou-0.1.5 is not a library.
funpou (分報)
Quick one-line memos with automatic timestamps.
Features
- One-command memo capture with auto-timestamp
- Scrollable list view (pipe to
fzforless) - JSONL storage for fast read/write
- Optional Obsidian vault integration
- Configurable timestamp format
Quick Start
# Save a memo
# List all memos
# List in oldest-first order
# Search with fzf
|
# Filter to today's memos
# Clear all memos (with confirmation)
# Clear all memos without confirmation
fnp list shows newest memos first by default. Use -r / --reverse for oldest first.
Install
Homebrew (macOS):
mise:
Cargo
Configuration
Config file: ~/.config/funpou/config.toml (optional — works with zero config)
= "%Y-%m-%d %H:%M"
[]
= "/path/to/vault"
# Dynamic path with strftime specifiers:
= "daily/%Y-%m-%d.md"
# Or a static path that always appends to the same file:
# template_path = "notes/times.md"
= "## Memos"
= "- %Y-%m-%d %H:%M: {body}"
Documentation
- Configuration — All config options and Obsidian setup
- Usage — Commands, flags, and shell integration
License
MIT