Code Climate Build Status

Filesorter

Introduction

Filesorter is a ruby application that helps you organize your media files by moving them from their current location to the appropriate media folder.

At the initial run, user sets up his path of preference for video, audio and picture files.

Installation

The User should have ruby set on his pc

The app is installed as a gem by running:

$ gem install filesorter

Usage

After installation

Navigate via commandline to the folder you wish to move your media files from and type sort.

Proceed to set up your default media paths like so

/Users/USER/movies

/Users/USER/music

/Users/USER/pictures

Note: Paths may vary according to your local machine and choice of path.

The files are then moved to the set folders according to their media type.

You do not need to set paths on subsequent calls of sort as the default paths will be saved in a .json file.

Changing Paths

Advanced

To edit your default paths, navigate to your home and locate filesorter_settings.json and edit..

Others

Go to your home directory and delete the filesorter_settings.json file, do not edit if you are not familiar with json file formats

Contributing

  1. Fork it ( https://github.com/oosiname/filtersort/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

note: I might not be immediately available to respond to pull requests as I am mostly busy..