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