lazycopy

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2015 License: MIT

README

lazycopy

A utility written in Go that copies your movies and series from source to target directory. Scans a directory for video content and organizes them at a target directory. It is capable of detecting movies and series based on their file name.

Usage

Search the target (-t) directory ~/Downloads for media. Copies any movies (-m) to ~/Media/Movies and (-s) series to ~/Media/Series. Below example will overwrite any already existing files and folders (-o)

./lazy -m ~/Media/Movies -s ~/Media/Series -t ~/Downloads -o

Other available command line options are

Usage of ./lazy:
  -c    Prompt for confirm when overwriting existing files/folders
  -m string
        Directory to your movies. (default ".")
  -o    Overwrite existing files/folders when copying
  -s string
        Directory to your series. (default ".")
  -t string
        Target directory. Typically your Downloads folder. (default ".")
  -u string
        String representation of unit to use when calculating file sizes. Choices are k, m, g and t (default "g")
  -v int
        Log level. 3=DEBUG, 2=WARN, 1=INFO, 0=DEBUG. (default "0")

Directories

Path Synopsis
cmd
lazy command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL