Skip to content

jolsfd/imagenamer-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Release Date Go Report Card Go Version License Issues Pull-requests

ImageNamer-Go

Installation

ImageNamer-Go is written in Go, so you can install it through go install:

go install github.com/jolsfd/imagenamer-go@latest

Pre-compiled binaries for Linux and Windows on the releases page. After you download the file archive for your operating system and architecture extract the file archive:

For Linux:

# make binary executable
$ chmod +x imagenamer-go

# move binary to path
$ sudo mv imagenamer-go /usr/local/bin

For Windows:

# move binary to a directory
$ move imagenamer-go.exe C:\Users\<user>\.imagenamer-go

Disclaimer

ImageNamer-Go command line interface is currently a work in progress. Please keep this in mind when using. Make sure you use ImagerNamer-Go CLI with caution and at your own risk. We do not raise any liability or guarantee.

Documentation

Visit the documentation site here. Please note that the documentation is still a work in progress.

Credits

ImageNamer-Go relies on other open source software listed below:

  • olekukonko/tablewriter
  • rwcarlsen/goexif
  • fatih/color
  • spf13/cobra
  • spf13/viper
  • ayoisaiah/f2

License

Released under the terms of the MIT License.