An open API service indexing awesome lists of open source software.

https://github.com/oleander/git-files-rs

A command-line utility that groups changed files by their extensions in git repositories, aiding in organizing changes. It's easily installed via cargo, streamlining the display of modifications within projects.
https://github.com/oleander/git-files-rs

cli-tool command-line-tool file-management git

Last synced: 3 months ago
JSON representation

A command-line utility that groups changed files by their extensions in git repositories, aiding in organizing changes. It's easily installed via cargo, streamlining the display of modifications within projects.

Awesome Lists containing this project

README

          

# Git File Extension Grouping Tool

This project provides a simple command-line utility that groups the changed files in the current git repository by their file extensions and prints them.

## Usage

1. `cargo install --path .`
2. `git files`

## License

MIT