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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Rust 100.0%