Skip to content

It move, search duplicate, sort pictures/movies into a structure year/month directories

License

Notifications You must be signed in to change notification settings

Chipsterjulien/ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ranking

It move, search duplicate, sort pictures/movies into a structure year/month directories

Dependencies

  • github.com/spf13/cobra
  • github.com/rwcarlsen/goexif/exif
  • github.com/mitchellh/go-homedir
  • github.com/spf13/viper

Install dependencies

for dep in "github.com/spf13/cobra" "github.com/rwcarlsen/goexif/exif" "github.com/mitchellh/go-homedir" "github.com/spf13/viper"
do
  go get -u -v "$dep"
done

Compile

git clone https://github.com/Chipsterjulien/ranking.git
cd ranking
go build

Examples

./ranking build -r -s
./ranking build -h
./ranking moveOnly -i "my pictures" -o Photos

About

It move, search duplicate, sort pictures/movies into a structure year/month directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages