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.
- Host: GitHub
- URL: https://github.com/redkenrok/go-file_sorter
- Owner: RedKenrok
- Created: 2025-01-24T19:39:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:29:44.000Z (over 1 year ago)
- Last Synced: 2025-02-01T18:29:20.766Z (over 1 year ago)
- Language: Go
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.