group-by-ext
v1.0.3
Published
A simple CLI tool that groups files by extension in the current folder — great for quick cleanup and organization.
Maintainers
Readme
Install
npm install --global group-by-extUsage
npx gext [options]Options
-h --help Print this help
-v --version Print git-clean-branches version number
-i --include <ext> Only include specific extensions
-e --exclude <ext> Exclude specific extensionsExamples
# Group all files in the current folder by their extension
npx gext
# Only group JavaScript and TypeScript files
npx gext --include js ts
# Exclude image files like JPG and PNG from grouping
npx gext --exclude jpg pngLICENSE
This project is created using generator-stupid-cli.
