A utility toolkit for logging, tracking, and managing operational entries across multiple categories. Each command records timestamped entries to dedicated log files for later review, search, and export.
Data stored in ~/.local/share/ctxkeeper/
| Command | Description |
|---|---|
| --------- | ------------- |
run | Record a run entry. Without args, shows recent run entries. |
check | Record a check entry. Without args, shows recent check entries. |
convert | Record a convert entry. Without args, shows recent convert entries. |
analyze | Record an analyze entry. Without args, shows recent analyze entries. |
generate | Record a generate entry. Without args, shows recent generate entries. |
preview | Record a preview entry. Without args, shows recent preview entries. |
batch | Record a batch entry. Without args, shows recent batch entries. |
compare | Record a compare entry. Without args, shows recent compare entries. |
export | Record an export entry. Without args, shows recent export entries. |
config | Record a config entry. Without args, shows recent config entries. |
status | Record a status entry. Without args, shows recent status entries. |
report | Record a report entry. Without args, shows recent report entries. |
stats | Show summary statistics across all log files (entry counts, data size). |
search | Search all log files for a term (case-insensitive). |
recent | Show the last 20 lines from history.log. |
help | Show usage and available commands. |
version | Print version string (ctxkeeper v2.0.0). |
# Record a run entry
ctxkeeper run "deployed api v2.3 to staging"
# Search all logs for a keyword
ctxkeeper search "staging"
# View summary statistics
ctxkeeper stats
# Check recent activity across all categories
ctxkeeper recent
# Record an analyze entry then review it
ctxkeeper analyze "memory usage spike at 14:00"
ctxkeeper analyze
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
共 1 个版本