Notification
Terminal-first Notification manager. Keep your utility tools data organized with simple commands.
Why Notification?
- - 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 |
|
notification convert | Convert |
|
notification analyze | Analyze |
|
notification generate | Generate |
|
notification preview | Preview |
|
notification batch | Batch |
|
notification compare | Compare |
|
notification export | Export |
|
notification config | Config |
|
notification status | Status |
|
notification report | Report |
|
notification stats | Summary statistics |
|
notification export |
Export (json|csv|txt) |
| notification search | Search entries |
| notification recent | Recent activity |
| notification status | Health check |
| notification help | Show this help |
| notification version | Show version |
| notification $name: | $c entries |
| notification Total: | $total entries |
| notification Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| notification Version: | v2.0.0 |
| notification Data | dir: $DATA_DIR |
| notification Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| notification Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| notification Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| notification Status: | OK |
| notification [Notification] | run: $input |
| notification Saved. | Total run entries: $total |
| notification [Notification] | check: $input |
| notification Saved. | Total check entries: $total |
| notification [Notification] | convert: $input |
| notification Saved. | Total convert entries: $total |
| notification [Notification] | analyze: $input |
| notification Saved. | Total analyze entries: $total |
| notification [Notification] | generate: $input |
| notification Saved. | Total generate entries: $total |
| notification [Notification] | preview: $input |
| notification Saved. | Total preview entries: $total |
| notification [Notification] | batch: $input |
| notification Saved. | Total batch entries: $total |
| notification [Notification] | compare: $input |
| notification Saved. | Total compare entries: $total |
| notification [Notification] | export: $input |
| notification Saved. | Total export entries: $total |
| notification [Notification] | config: $input |
| notification Saved. | Total config entries: $total |
| notification [Notification] | status: $input |
| notification Saved. | Total status entries: $total |
| notification [Notification] | report: $input |
| notification Saved. | Total report entries: $total |
Data Storage
All data is stored locally at ~/.local/share/notification/. 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
Notification
终端优先的通知管理器。通过简单命令保持您的实用工具数据井井有条。
为什么选择 Notification?
- - 完全离线运行——您的数据永远不会离开您的设备
- 简单的命令行界面,无需图形界面
- 随时导出为 JSON、CSV 或纯文本格式
- 自动记录历史和活动日志
快速开始
bash
查看可用操作
notification help
检查当前状态
notification status
查看统计数据
notification stats
命令
| 命令 | 功能说明 |
|---|
| notification run | 运行 |
| notification check |
检查 |
| notification convert | 转换 |
| notification analyze | 分析 |
| notification generate | 生成 |
| notification preview | 预览 |
| notification batch | 批量处理 |
| notification compare | 比较 |
| notification export | 导出 |
| notification config | 配置 |
| notification status | 状态 |
| notification report | 报告 |
| notification stats | 汇总统计 |
| notification export | <格式> 导出(json|csv|txt) |
| notification search | <关键词> 搜索条目 |
| notification recent | 最近活动 |
| notification status | 健康检查 |
| notification help | 显示此帮助 |
| notification version | 显示版本 |
| notification $name: | $c 条条目 |
| notification Total: | $total 条条目 |
| notification Data | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| notification Version: | v2.0.0 |
| notification Data | 目录:$DATA_DIR |
| notification Entries: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| notification Disk: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| notification Last: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 从未) |
| notification Status: | 正常 |
| notification [Notification] | 运行:$input |
| notification Saved. | 运行条目总数:$total |
| notification [Notification] | 检查:$input |
| notification Saved. | 检查条目总数:$total |
| notification [Notification] | 转换:$input |
| notification Saved. | 转换条目总数:$total |
| notification [Notification] | 分析:$input |
| notification Saved. | 分析条目总数:$total |
| notification [Notification] | 生成:$input |
| notification Saved. | 生成条目总数:$total |
| notification [Notification] | 预览:$input |
| notification Saved. | 预览条目总数:$total |
| notification [Notification] | 批量处理:$input |
| notification Saved. | 批量处理条目总数:$total |
| notification [Notification] | 比较:$input |
| notification Saved. | 比较条目总数:$total |
| notification [Notification] | 导出:$input |
| notification Saved. | 导出条目总数:$total |
| notification [Notification] | 配置:$input |
| notification Saved. | 配置条目总数:$total |
| notification [Notification] | 状态:$input |
| notification Saved. | 状态条目总数:$total |
| notification [Notification] | 报告:$input |
| notification Saved. | 报告条目总数:$total |
数据存储
所有数据本地存储在 ~/.local/share/notification/ 目录下。每次操作都会记录时间戳。使用 export 命令随时备份您的数据。
反馈
发现错误或有建议?请告知我们:https://bytesagain.com/feedback/
由 BytesAgain 提供技术支持 | bytesagain.com | hello@bytesagain.com