- name
- Comment
- description
- Manage Comment data right from your terminal. Use when you need comment.
- version
- 2.0.0
- author
- BytesAgain
- homepage
- https://bytesagain.com
- source
- https://github.com/bytesagain/ai-skills
- tags
- ["tool", "terminal", "cli", "utility", "comment"]
Comment
Manage Comment data right from your terminal. Built for people who want get things done faster without complex setup.
Why Comment?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
# See what you can do
comment help
# Check current status
comment status
# View your statistics
comment statsCommands
| Command | What it does | ||
|---|---|---|---|
comment run | Run | ||
comment check | Check | ||
comment convert | Convert | ||
comment analyze | Analyze | ||
comment generate | Generate | ||
comment preview | Preview | ||
comment batch | Batch | ||
comment compare | Compare | ||
comment export | Export | ||
comment config | Config | ||
comment status | Status | ||
comment report | Report | ||
comment stats | Summary statistics | ||
comment export | <fmt> Export (json | csv | txt) |
comment search | <term> Search entries | ||
comment recent | Recent activity | ||
comment status | Health check | ||
comment help | Show this help | ||
comment version | Show version | ||
comment $name: | $c entries | ||
comment Total: | $total entries | ||
comment Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
comment Version: | v2.0.0 | ||
comment Data | dir: $DATA_DIR | ||
comment Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | |
comment Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
comment Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null | echo never) | |
comment Status: | OK | ||
comment [Comment] | run: $input | ||
comment Saved. | Total run entries: $total | ||
comment [Comment] | check: $input | ||
comment Saved. | Total check entries: $total | ||
comment [Comment] | convert: $input | ||
comment Saved. | Total convert entries: $total | ||
comment [Comment] | analyze: $input | ||
comment Saved. | Total analyze entries: $total | ||
comment [Comment] | generate: $input | ||
comment Saved. | Total generate entries: $total | ||
comment [Comment] | preview: $input | ||
comment Saved. | Total preview entries: $total | ||
comment [Comment] | batch: $input | ||
comment Saved. | Total batch entries: $total | ||
comment [Comment] | compare: $input | ||
comment Saved. | Total compare entries: $total | ||
comment [Comment] | export: $input | ||
comment Saved. | Total export entries: $total | ||
comment [Comment] | config: $input | ||
comment Saved. | Total config entries: $total | ||
comment [Comment] | status: $input | ||
comment Saved. | Total status entries: $total | ||
comment [Comment] | report: $input | ||
comment Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/comment/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com