Log and history should go to $XDG_STATE_HOME instead of $XDG_CONFIG_HOME
オープン
enhancement
- 主要言語
- Python
- スター
- 13.4k
- フォーク
- 612
- 平均マージ
- 6日 14時間
- マージ済み PR(30日)
- 10
説明
Thank you for storing the config in $XDG_CONFIG_HOME (~/.config/) instead of directly in $HOME. But log and history files should not be stored in the same config directory according to the XDG Base Directory Spec https://specifications.freedesktop.org/basedir-spec/latest/
コントリビューションガイド
調査の方向性
まず pgcli の設定、ログ、履歴のパス処理を見つけ、次にリンク先の XDG Base Directory Specification を読みます。ログファイルと履歴ファイルが $XDG_STATE_HOME を使用し、設定は $XDG_CONFIG_HOME 配下に残り、既存のパス動作が関連するテストでカバーされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- postgresql, python
- 領域
- cli, databases
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100