gathered

0.0.2 • Public • Published

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.

/gathered/

    Package Sidebar

    Install

    npm i gathered

    Weekly Downloads

    1

    Version

    0.0.2

    License

    ISC

    Unpacked Size

    24.4 kB

    Total Files

    17

    Last publish

    Collaborators

    • adebolaxyz