0.0.2 • Published 5 months ago

gathered v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

gathered

Gathered is a simple command line tool for organizing (and disorganizing) the files in a directory.

Usage

Install the tool globally using

npm install -g gathered

Simply pass in the path to the folder to sort:

gather ./disorganized

The default strategy is to sort files according to extension. For other grouping strategies, peruse the options.

You can also use the ungather command to unroll a set of subfolders into the main folder.

ungather ./nested

This will take files in the subfolders and move them to the main folder.

NOTE: By default, it will only unroll the first level of files. To return all the files nested deep, you can use the --recursive=true option.

The target folder can be changed with the --target option. For more about the available command line options, peruse the options.

Development

To install dependencies:

bun install

To run:

bun run source/index.ts

This project was created using bun init in bun v1.0.15. Bun is a fast all-in-one JavaScript runtime.

0.0.2

5 months ago

0.0.1

5 months ago

0.0.0

5 months ago