nickgerace / gfold

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

Domain-driven refactor containing re-addition of `clap-rs`, config file feature and more #149

Closed nickgerace closed 2 years ago

nickgerace commented 2 years ago

Description

Add ability to use config file in $HOME/.config/gfold/gfold.json. Add experimental new display mode (--new flag). Add formal CLI parsing library with clap-rs (again).

Relevant Issues

Closes https://github.com/nickgerace/gfold/issues/148