file-sorter

command module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2019 License: MIT Imports: 14 Imported by: 0

README

File-sorter

Sorts files into directories, based on their file extension or modification date.

This is a re-implementation in Go of the previous file_sorter, written in Python. Mostly written to play a bit with the Go programming language.

build instructions

  1. Get dependencies

    make deps
    
  2. Build for linux

    make build-linux
    

usage

NAME:
   file-sorter - Sorts files into directories, based on their file extension or modification date

USAGE:
   file-sorter [global options] command [command options] [arguments...]

VERSION:
   0.0.3

COMMANDS:
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   -c value, --criteria value  Sort criteria of the files (ext|mod). Default: ext (default: "ext")
   --help, -h                  show help
   --version, -v               print the version

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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