Skip to content

A cmd-based tool which select and list/move/copy/delete image file based on their shape/width/height

Notifications You must be signed in to change notification settings

polar2031/Wallpaper_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wallpaper Classifier

Usage: [EXECUTOR PATH] [OPTIONS] [PATH]

Arguments:
  [PATH]  

Options:
  -s, --square                   Select square images
  -v, --vertical                 Select vertical images
  -l, --landscape                Select landscape images
      --min-width <MIN_WIDTH>    Select images with width greater than or equal to value
      --min-height <MIN_HEIGHT>  Select images with height greater than or equal to value
      --max-width <MAX_WIDTH>    Select images with width less than value
      --max-height <MAX_HEIGHT>  Select images with height less than value
  -m, --move <MOVE_TO>           Move the selected images to the given directory
  -c, --copy <COPY_TO>           Copy the selected images to the given directory
  -d, --delete                   Delete the selected images
  -h, --help                     Print help
  -V, --version                  Print version

About

A cmd-based tool which select and list/move/copy/delete image file based on their shape/width/height

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages