- name
- Registration
- description
- Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports.
- version
- 2.0.0
- author
- BytesAgain
- homepage
- https://bytesagain.com
- source
- https://github.com/bytesagain/ai-skills
- tags
- ["organize", "maintenance", "domestic", "smart-home", "registration"]
Registration
Manage Registration data right from your terminal. Built for people who want organize your household without complex setup.
Why Registration?
- 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
registration help
# Check current status
registration status
# View your statistics
registration statsCommands
| Command | What it does | ||
|---|---|---|---|
registration run | Run | ||
registration check | Check | ||
registration convert | Convert | ||
registration analyze | Analyze | ||
registration generate | Generate | ||
registration preview | Preview | ||
registration batch | Batch | ||
registration compare | Compare | ||
registration export | Export | ||
registration config | Config | ||
registration status | Status | ||
registration report | Report | ||
registration stats | Summary statistics | ||
registration export | <fmt> Export (json | csv | txt) |
registration search | <term> Search entries | ||
registration recent | Recent activity | ||
registration status | Health check | ||
registration help | Show this help | ||
registration version | Show version | ||
registration $name: | $c entries | ||
registration Total: | $total entries | ||
registration Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
registration Version: | v2.0.0 | ||
registration Data | dir: $DATA_DIR | ||
registration Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total | |
registration Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) | |
registration Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null | echo never) | |
registration Status: | OK | ||
registration [Registration] | run: $input | ||
registration Saved. | Total run entries: $total | ||
registration [Registration] | check: $input | ||
registration Saved. | Total check entries: $total | ||
registration [Registration] | convert: $input | ||
registration Saved. | Total convert entries: $total | ||
registration [Registration] | analyze: $input | ||
registration Saved. | Total analyze entries: $total | ||
registration [Registration] | generate: $input | ||
registration Saved. | Total generate entries: $total | ||
registration [Registration] | preview: $input | ||
registration Saved. | Total preview entries: $total | ||
registration [Registration] | batch: $input | ||
registration Saved. | Total batch entries: $total | ||
registration [Registration] | compare: $input | ||
registration Saved. | Total compare entries: $total | ||
registration [Registration] | export: $input | ||
registration Saved. | Total export entries: $total | ||
registration [Registration] | config: $input | ||
registration Saved. | Total config entries: $total | ||
registration [Registration] | status: $input | ||
registration Saved. | Total status entries: $total | ||
registration [Registration] | report: $input | ||
registration Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/registration/. 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