Skip to content
gh503 edited this page Mar 5, 2026 · 1 revision

常见问题 / FAQ

中文 / Chinese

Q1: 如何退出应用?

A:q 键退出应用。

Q2: 如何切换模块?

A: 使用 Ctrl + Tab 切换到下一个模块,Ctrl + Shift + Tab 切换到上一个模块。

Q3: 如何显示隐藏文件?

A: 在 FileBrowser 模块中按 h 键切换显示/隐藏隐藏文件。

Q4: 如何复制文件内容?

A:

  • 在文件内容区域按住鼠标左键拖动选择文本
  • 选择完成后右键点击或按 Ctrl + C 复制到剪贴板

Q5: 日志文件在哪里?

A: 日志文件位于:

  • Linux/macOS: ~/.local/share/tuiworker/logs/
  • Windows: %LOCALAPPDATA%\tuiworker\logs\

Q6: 配置文件在哪里?

A: 配置文件位于:

  • Linux/macOS: ~/.config/tuiworker/config.toml
  • Windows: %APPDATA%\tuiworker\config.toml

Q7: 数据库文件在哪里?

A: 数据库文件位于:

  • Linux/macOS: ~/.local/share/tuiworker/db/
  • Windows: %LOCALAPPDATA%\tuiworker\db\

Q8: 如何报告 Bug 或提交功能建议?

A: 请在 GitHub Issues 页面提交:https://github.com/gh503/tuiworker/issues


English

Q1: How to quit the application?

A: Press q to quit the application.

Q2: How to switch between modules?

A: Use Ctrl + Tab to switch to the next module, Ctrl + Shift + Tab to switch to the previous module.

Q3: How to show hidden files?

A: Press h in the FileBrowser module to toggle showing hidden files.

Q4: How to copy file content?

A:

  • Click and drag in the file content area to select text
  • Right-click or press Ctrl + C to copy to clipboard

Q5: Where are the log files?

A: Log files are located at:

  • Linux/macOS: ~/.local/share/tuiworker/logs/
  • Windows: %LOCALAPPDATA%\tuiworker\logs\

Q6: Where is the config file?

A: The config file is located at:

  • Linux/macOS: ~/.config/tuiworker/config.toml
  • Windows: %APPDATA%\tuiworker\config.toml

Q7: Where is the database file?

A: Database files are located at:

  • Linux/macOS: ~/.local/share/tuiworker/db/
  • Windows: %LOCALAPPDATA%\tuiworker\db\

Q8: How to report bugs or submit feature requests?

A: Please submit on the GitHub Issues page: https://github.com/gh503/tuiworker/issues