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.
- Host: GitHub
- URL: https://github.com/oleander/git-files-rs
- Owner: oleander
- Created: 2023-10-24T08:14:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T15:59:40.000Z (over 2 years ago)
- Last Synced: 2025-03-14T22:29:28.477Z (over 1 year ago)
- Topics: cli-tool, command-line-tool, file-management, git
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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