← 返回
效率工具 中文

Bookworm

Log books, track reading habits, and review reading streaks over time. Use when recording reads, maintaining goals, or analyzing genre preferences.
{"answer":"记录书目、追踪习惯与打卡。适用于记录阅读、维持目标及分析题材偏好。"}
ckchzh
效率工具 clawhub v2.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 649
下载
💾 9
安装
2
版本
#latest

概述

Bookworm

Bookworm v2.0.0 — a productivity toolkit for logging, planning, tracking, reviewing, and organizing your work and reading habits from the command line.

Why Bookworm?

  • Designed for everyday personal productivity use
  • No external dependencies, accounts, or API keys needed — your privacy, your data
  • Simple commands with powerful results
  • All data stored locally in plain-text log files
  • Export to JSON, CSV, or TXT at any time

Commands

CommandUsageDescription
-----------------------------
addbookworm add Add a new entry (book, task, note) to your log
planbookworm plan Record a plan or goal for future action
trackbookworm track Track progress on an ongoing activity
reviewbookworm review Log a review or reflection on completed work
streakbookworm streak Record streak data for daily habit tracking
remindbookworm remind Set a reminder note for follow-up
prioritizebookworm prioritize Mark or log priority items
archivebookworm archive Move completed items to the archive
tagbookworm tag Add tags or labels to organize entries
timelinebookworm timeline Log timeline milestones or events
reportbookworm report Generate or log a report entry
weekly-reviewbookworm weekly-review Perform a weekly review and log insights
statsbookworm statsShow summary statistics across all log files
exportbookworm export Export all data (json, csv, or txt)
searchbookworm search Search across all log files for a keyword
recentbookworm recentShow the 20 most recent history entries
statusbookworm statusHealth check — version, entry count, disk usage
helpbookworm helpShow the help message with all commands
versionbookworm versionPrint the current version

All entry commands (add, plan, track, review, streak, remind, prioritize, archive, tag, timeline, report, weekly-review) work the same way:

  • With arguments: saves a timestamped entry to .log and logs to history.log
  • Without arguments: displays the 20 most recent entries from that command's log

Data Storage

All data is stored in ~/.local/share/bookworm/:

  • add.log, plan.log, track.log, etc. — one log file per command
  • history.log — unified activity log across all commands
  • export.json / export.csv / export.txt — generated export files

Each entry is stored as YYYY-MM-DD HH:MM| (pipe-delimited timestamp and content).

Requirements

  • Bash (with set -euo pipefail)
  • Standard Unix utilities: date, wc, du, grep, head, tail, cat
  • No external dependencies, no Python, no API keys

When to Use

  1. Daily reading log — Use bookworm add "Finished Chapter 5 of Sapiens" to maintain a running log of your reading progress day by day.
  2. Habit streak tracking — Use bookworm streak "Day 15 of reading 30min/day" to record consecutive-day habits and review your consistency over time.
  3. Weekly reflection — Use bookworm weekly-review "Read 3 books, favorite was Project Hail Mary" at the end of each week to capture insights and progress.
  4. Priority management — Use bookworm prioritize "Must finish Design Patterns by Friday" to flag high-priority items and review them with bookworm prioritize.
  5. Data export for analysis — Use bookworm export json to export all your logged data into a structured format for further analysis in spreadsheets or scripts.

Examples

# Add a book to your reading list
bookworm add "The Pragmatic Programmer - Hunt & Thomas"

# Plan your reading goals for the month
bookworm plan "Read 4 books in March: 2 fiction, 2 non-fiction"

# Track reading progress
bookworm track "Sapiens - Chapter 8/21 complete"

# Log a book review
bookworm review "Clean Code: Excellent guide to writing maintainable software. 5/5"

# Record a reading streak
bookworm streak "Day 30 - read every day this month!"

# Set a reminder
bookworm remind "Return library books by March 25"

# Tag entries for organization
bookworm tag "Sapiens #non-fiction #history #favorite"

# View summary statistics
bookworm stats

# Search for a specific book or keyword
bookworm search "Sapiens"

# Export everything to CSV
bookworm export csv

# Check system status
bookworm status

Configuration

Data directory: ~/.local/share/bookworm/ (hardcoded, no environment variable override).

Output

All commands print results to stdout. Redirect output to a file if needed:

bookworm stats > my-stats.txt
bookworm export json

> Note: This is an original, independent implementation by BytesAgain. Not affiliated with or derived from any third-party project.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

版本历史

共 2 个版本

  • v2.0.1 当前
    2026-03-29 16:47 安全 安全
  • v1.0.5
    2026-03-19 05:35

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,888
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,382
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,896