gfold icon indicating copy to clipboard operation
gfold copied to clipboard

CLI tool to help keep track of your Git repositories, written in Rust

Results 17 gfold issues
Sort by recently updated
recently updated
newest added

Idea from @shoffmeister: https://github.com/nickgerace/gfold/issues/238#issuecomment-1511872727

Source: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Development

As of [`5c297ad`](https://github.com/nickgerace/gfold/commit/5c297ada857562b30de3801b09fdbf697182eb76), display submodule information is only included in the `json` display mode. It should be added to a new or existing display mode. Previous issue: https://github.com/nickgerace/gfold/issues/177

## 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...