github / github/codeql-cli-binaries
Respect the XDG Base Directory Specification
- 主要語言
- 沒有語言資料
- 星號
- 1k
- 分支
- 184
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Running the `pack download` command in codeql writes results to a $HOME/.codeql directory.
It would be nice if codeql conformed to the freedesktop guidelines about where to write user data, as specified here: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
That would make it easier to know where the programs data is located, and not clutter my home directory.
貢獻指南
研究方向
Start with the `pack download` command and compare its current `$HOME/.codeql` location with the linked freedesktop XDG Base Directory Specification. No source file or test is named in the issue, so locate the path-handling entry point first; done means user data follows the applicable XDG location without cluttering the home directory.
由索引模型根據 Issue 內容生成。
評估
- 領域
- cli
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100