llog

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2025 License: MIT Imports: 1 Imported by: 0

README

llog

A simple life logger. Use it as your dev log or a timestamped journal.

All logs are stored locally in a SQLite file.

screenshot

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
  • View all entries
llog get
  • View entries from today
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

Documentation

Overview

Copyright © 2025 Ethan Lee <ethantlee21@gmail.com>

Directories

Path Synopsis
internal
db

Jump to

Keyboard shortcuts

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