agilesteel / Organizer

Organizes files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organizer

This tool organizes the files on your system.

###Currently supported files:

  • mp3
  • flac

Setup

Requirements

  • Java 7
  • SBT 0.13 or greater
  • Internet connection (in order for SBT to be able to download the necessary dependencies)

Build

  1. Get the source code:

     $ git clone https://github.com/agilesteel/Organizer.git
     $ cd Organizer
    
  2. Launch SBT:

     $ sbt
    
  3. Compile/Test/Run:

     $ compile
     $ test			// unit tests
     $ integration:test	// integration tests
     $ acceptance:test	// acceptance tests
     $ run
    

About

Organizes files


Languages

Language:Scala 100.0%