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
CODEBLOCK0
Commands
| Command | What it does |
|---|
| INLINECODE0 | Run |
| INLINECODE1 |
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 |
Export (json|csv|txt) |
| registration search | 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
注册
直接在终端管理注册数据。专为希望无需复杂设置即可管理家庭事务的用户打造。
为什么选择注册?
- - 完全离线工作——您的数据永远不会离开您的设备
- 简单的命令行界面,无需图形界面
- 随时导出为JSON、CSV或纯文本格式
- 自动记录历史记录和活动日志
快速开始
bash
查看可用操作
registration help
检查当前状态
registration status
查看统计数据
registration stats
命令
| 命令 | 功能说明 |
|---|
| registration run | 运行 |
| registration check |
检查 |
| registration convert | 转换 |
| registration analyze | 分析 |
| registration generate | 生成 |
| registration preview | 预览 |
| registration batch | 批量处理 |
| registration compare | 比较 |
| registration export | 导出 |
| registration config | 配置 |
| registration status | 状态 |
| registration report | 报告 |
| registration stats | 汇总统计 |
| registration export | <格式> 导出(json|csv|txt) |
| registration search | <关键词> 搜索条目 |
| registration recent | 最近活动 |
| registration status | 健康检查 |
| registration help | 显示此帮助信息 |
| registration version | 显示版本号 |
| registration $名称: | $c 条条目 |
| registration 总计: | $total 条条目 |
| registration 数据 | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| registration 版本: | v2.0.0 |
| registration 数据 | 目录:$DATA_DIR |
| registration 条目数: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| registration 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| registration 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| registration 状态: | 正常 |
| registration [注册] | 运行:$input |
| registration 已保存。 | 总运行条目数:$total |
| registration [注册] | 检查:$input |
| registration 已保存。 | 总检查条目数:$total |
| registration [注册] | 转换:$input |
| registration 已保存。 | 总转换条目数:$total |
| registration [注册] | 分析:$input |
| registration 已保存。 | 总分析条目数:$total |
| registration [注册] | 生成:$input |
| registration 已保存。 | 总生成条目数:$total |
| registration [注册] | 预览:$input |
| registration 已保存。 | 总预览条目数:$total |
| registration [注册] | 批量处理:$input |
| registration 已保存。 | 总批量处理条目数:$total |
| registration [注册] | 比较:$input |
| registration 已保存。 | 总比较条目数:$total |
| registration [注册] | 导出:$input |
| registration 已保存。 | 总导出条目数:$total |
| registration [注册] | 配置:$input |
| registration 已保存。 | 总配置条目数:$total |
| registration [注册] | 状态:$input |
| registration 已保存。 | 总状态条目数:$total |
| registration [注册] | 报告:$input |
| registration 已保存。 | 总报告条目数:$total |
数据存储
所有数据均本地存储在 ~/.local/share/registration/ 目录下。每次操作都会附带时间戳记录。使用 export 命令可随时备份数据。
反馈
发现错误或有建议?请告知我们:https://bytesagain.com/feedback/
由BytesAgain提供技术支持 | bytesagain.com | hello@bytesagain.com