registration
v2.0.1Manage registration records and attendee data. Use when logging sign-ups, checking capacity, converting export formats, generating confirmation reports.
Installation
Please help me install the skill `registration` from SkillHub official store.
npx skills add ckchzh/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 stats
Commands
| 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 |
|
registration search |
|
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 |
registration Version: |
v2.0.0 |
registration Data |
dir: $DATA_DIR |
registration Entries: |
$(cat "$DATA_DIR"/*.log 2>/dev/null |
registration Disk: |
$(du -sh "$DATA_DIR" 2>/dev/null |
registration Last: |
$(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
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 | [email protected]