llog
A simple life logger. Use it as your dev log or a timestamped journal.
All logs are stored locally in a SQLite file.

Installation
Download Binary
Download binary from release. Available for macOS, Linux, and Windows on both arm64 and amd64.
Go Install
go install github.com/ethn1ee/llog
Usage
Adding Entry
llog add "trying out llog"
Viewing Entry
llog get
llog get --today
- View entries from yesterday
llog get --yesterday
- View entries since September 2025
llog get --from 2025-09-01
- View entries until September 2025
llog get --to 2025-09-01
- View entries from a specific date range
llog get --from 2025-09-01 --to 2025-09-31
WIP
These are features I plan to add:
llog summarize: Summarizing entries with an LLM (can be useful to summarize a day for a standup meeting)
llog search: Fuzzy finding past logs
llog config: Viewing config and db locations
llog reset: Deleting all entries from data