能否支持命令行打开目录或文件?

Problem

现在qoder无法使用命令方式打开文件或者目录,就像vscode原生命令code xxx一样。

Solution

支持qoder命令行,打开文件。

Use Case

When would you use this?

Priority

  • :red_circle: High - Blocking issue
  • :yellow_circle: Medium - Important improvement
  • :green_circle: Low - Nice to have

Additional Info

(Optional: screenshots, examples, links)

Qoder 启动文件加到环境变量里就行了。

macOS 修改 ~/.zshrc:

# Qoder CLI
alias qcode="/Applications/Qoder.app/Contents/Resources/app/bin/code"

如果是 Windows 应该是 qoder 的 exe 文件