0.0.2 • Published 10 years ago

auto-file-to-dir v0.0.2

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
10 years ago

auto-file-to-dir

Command line utility to batch organise numbered files into folders:

before:

  • bazfooBar 1 (buzz).txt
  • bazfooBar 2 (buzz).txt
  • bazfooBar 3 (buzz).txt
  • bazfooBar 4 (buzz).txt

after:

  • fooBar
    • bazfooBar 1 (buzz).txt
    • bazfooBar 2 (buzz).txt
    • bazfooBar 3 (buzz).txt
    • bazfooBar 4 (buzz).txt

Requirements

This is a node based command line tool.

Options

--help will show the full list of implemented options.

The main ones are:

  • -v for verbose output
  • -n to see the files and directories to be processed without changing anything (dry-run)

Disclaimer

This is a "scratch my itch" project in its very early version. Have a good backup if you intend to try it.