An open API service indexing awesome lists of open source software.

https://github.com/redkenrok/go-file_sorter

Simply copies files in a directory of when it was created.
https://github.com/redkenrok/go-file_sorter

Last synced: about 1 year ago
JSON representation

Simply copies files in a directory of when it was created.

Awesome Lists containing this project

README

          

# File sorter

Simply copies files in a directory of when it was created. For images it tries to read the date from the EXIF data, as a fallback the creation date of the file itself will be used. The file of the name will be the time followed by an iteration counter. An optional prefix can be applied to the file names as well.

It's simple, but does what it needs to do.

- CLI usage `file_sorter --help`
- TUI usage `file_sorter`

## Build

- Install `go` and `upx` then run `bash ./run_build.sh`.