nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
283 stars 20 forks source link

Add support for nested config file location on macOS and Linux #251

Open nickgerace opened 1 year ago

nickgerace commented 1 year ago

Currently, the config file is found at the following location on macOS and Linux ~/.config/gfold.toml.

We should consider adding support for a nested location as well, such as ~/.config/gfold/config.toml. Ironically, I believe that was the original location of the config file, but cannot remember for certain. Why not both?