funpou-0.1.3 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
|
# Show last 10 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"
= "daily/{{date:YYYY}}/{{date:YYYY-MM}}.md"
= "## Memos"
= "- {{timestamp}}: {{body}}"
Documentation
- Configuration — All config options and Obsidian setup
- Usage — Commands, flags, and shell integration
License
MIT