Allergy
Take control of Allergy with this health & wellness toolkit. Clean interface, local storage, zero configuration.
Why Allergy?
- - 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 | Log |
| INLINECODE1 |
Track |
|
allergy chart | Chart |
|
allergy goal | Goal |
|
allergy remind | Remind |
|
allergy weekly | Weekly |
|
allergy monthly | Monthly |
|
allergy compare | Compare |
|
allergy export | Export |
|
allergy streak | Streak |
|
allergy milestone | Milestone |
|
allergy trend | Trend |
|
allergy stats | Summary statistics |
|
allergy export |
Export (json|csv|txt) |
| allergy search | Search entries |
| allergy recent | Recent activity |
| allergy status | Health check |
| allergy help | Show this help |
| allergy version | Show version |
| allergy $name: | $c entries |
| allergy Total: | $total entries |
| allergy Data | size: $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| allergy Version: | v2.0.0 |
| allergy Data | dir: $DATA_DIR |
| allergy Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null | wc -l) total |
| allergy Disk: | $(du -sh "$DATA_DIR" 2>/dev/null | cut -f1) |
| allergy Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null || echo never) |
| allergy Status: | OK |
| allergy [Allergy] | log: $input |
| allergy Saved. | Total log entries: $total |
| allergy [Allergy] | track: $input |
| allergy Saved. | Total track entries: $total |
| allergy [Allergy] | chart: $input |
| allergy Saved. | Total chart entries: $total |
| allergy [Allergy] | goal: $input |
| allergy Saved. | Total goal entries: $total |
| allergy [Allergy] | remind: $input |
| allergy Saved. | Total remind entries: $total |
| allergy [Allergy] | weekly: $input |
| allergy Saved. | Total weekly entries: $total |
| allergy [Allergy] | monthly: $input |
| allergy Saved. | Total monthly entries: $total |
| allergy [Allergy] | compare: $input |
| allergy Saved. | Total compare entries: $total |
| allergy [Allergy] | export: $input |
| allergy Saved. | Total export entries: $total |
| allergy [Allergy] | streak: $input |
| allergy Saved. | Total streak entries: $total |
| allergy [Allergy] | milestone: $input |
| allergy Saved. | Total milestone entries: $total |
| allergy [Allergy] | trend: $input |
| allergy Saved. | Total trend entries: $total |
Data Storage
All data is stored locally at ~/.local/share/allergy/. 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
查看可用操作
allergy help
检查当前状态
allergy status
查看统计数据
allergy stats
命令列表
| 命令 | 功能说明 |
|---|
| allergy log | 记录日志 |
| allergy track |
追踪记录 |
| allergy chart | 生成图表 |
| allergy goal | 设定目标 |
| allergy remind | 设置提醒 |
| allergy weekly | 周报查看 |
| allergy monthly | 月报查看 |
| allergy compare | 数据对比 |
| allergy export | 数据导出 |
| allergy streak | 连续记录 |
| allergy milestone | 里程碑 |
| allergy trend | 趋势分析 |
| allergy stats | 汇总统计 |
| allergy export | <格式> 导出(json|csv|txt) |
| allergy search | <关键词> 搜索条目 |
| allergy recent | 最近活动 |
| allergy status | 健康检查 |
| allergy help | 显示此帮助 |
| allergy version | 显示版本 |
| allergy $名称: | $c 条记录 |
| allergy 总计: | $total 条记录 |
| allergy 数据 | 大小:$(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| allergy 版本: | v2.0.0 |
| allergy 数据 | 目录:$DATA_DIR |
| allergy 条目: | $(cat $DATA_DIR/*.log 2>/dev/null | wc -l) 总计 |
| allergy 磁盘: | $(du -sh $DATA_DIR 2>/dev/null | cut -f1) |
| allergy 最近: | $(tail -1 $DATA_DIR/history.log 2>/dev/null || echo 无记录) |
| allergy 状态: | 正常 |
| allergy [过敏管理] | 日志:$input |
| allergy 已保存。 | 日志条目总数:$total |
| allergy [过敏管理] | 追踪:$input |
| allergy 已保存。 | 追踪条目总数:$total |
| allergy [过敏管理] | 图表:$input |
| allergy 已保存。 | 图表条目总数:$total |
| allergy [过敏管理] | 目标:$input |
| allergy 已保存。 | 目标条目总数:$total |
| allergy [过敏管理] | 提醒:$input |
| allergy 已保存。 | 提醒条目总数:$total |
| allergy [过敏管理] | 周报:$input |
| allergy 已保存。 | 周报条目总数:$total |
| allergy [过敏管理] | 月报:$input |
| allergy 已保存。 | 月报条目总数:$total |
| allergy [过敏管理] | 对比:$input |
| allergy 已保存。 | 对比条目总数:$total |
| allergy [过敏管理] | 导出:$input |
| allergy 已保存。 | 导出条目总数:$total |
| allergy [过敏管理] | 连续:$input |
| allergy 已保存。 | 连续条目总数:$total |
| allergy [过敏管理] | 里程碑:$input |
| allergy 已保存。 | 里程碑条目总数:$total |
| allergy [过敏管理] | 趋势:$input |
| allergy 已保存。 | 趋势条目总数:$total |
数据存储
所有数据均本地存储于 ~/.local/share/allergy/ 目录。每次操作都会附带时间戳记录。随时使用 export 命令备份数据。
反馈建议
发现漏洞或有改进建议?请告知我们:https://bytesagain.com/feedback/
由 BytesAgain 提供技术支持 | bytesagain.com | hello@bytesagain.com