rebucli
v0.1.1
Published
Count JPG files by name prefix, print results, copy to clipboard
Readme
rebucli
Count JPG files by name prefix, print results, and copy to clipboard.
Install
npm install -g rebucliUsage
rebu [path]Scans path (or current directory if omitted) for .jpg files. Groups them by the prefix before the first _ in the filename and prints prefix count per line. Output is also copied to the clipboard.
Example:
$ rebu ./photos
123-30 4
456-10 2