Conversation
修改内容: 1. README.md: 去掉类似 Windows Everything 的描述 2. README_zh.md: 去掉类似 Windows Everything 的描述 3. doc/MacHunt使用指南.md: 去掉类似 Windows Everything 的描述
修改内容: 1. load_index_from_db: "从数据库加载索引..." → "Loading index from database..." 2. build_index: 所有中文输出改为英文 3. search_files: "搜索完成" → "Search completed" 4. watch: "历史回放完成" → "History playback completed" 5. real_time_search: "实时搜索模式" → "Real-time search mode" 6. main: "使用指定路径构建索引" → "Building index for specified path" 7. main: "首次运行" → "First run" 8. main: "从上次退出点恢复" → "Resuming from last exit point" 9. main: "后台校验中" → "Background validation" 10. main: "已保存 EventID" → "Saved EventID" 11. main: "错误:未找到索引" → "Error: Index not found" 12. search_regex: "正则表达式错误" → "Regex error" 13. cleanup_dead_paths_background: "[启动校验]" → "[Startup Validation]"
修改内容: 1. set_db_path: 数据库路径从 ./data/index.db 改为 ~/.machunt/index.db 2. init_logging: 日志路径从 ./logs/mac_find_*.log 改为 ~/.machunt/logs/machunt_*.log 3. 所有日志文件名从 mac_find 改为 machunt
修改前:
~/.machunt/
├── index.db
修改后:
~/.machunt/
├── data/
│ └── index.db
└── logs/
└── machunt_*.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.