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 display mode for standard alphabetical output #254

Closed nickgerace closed 4 months ago

nickgerace commented 5 months ago

Description

This PR adds a new display mode called standard-alphabetical that displays results in the standard format, but with solely an alphabetical sort.

This commit also bumps dependencies across the board and adds the remain crate to help sort enum variants.

Notes

Fixes #253