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