Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dino-/photoname
Rename photo image files based on EXIF shoot date
https://github.com/dino-/photoname
Last synced: 5 days ago
JSON representation
Rename photo image files based on EXIF shoot date
- Host: GitHub
- URL: https://github.com/dino-/photoname
- Owner: dino-
- License: isc
- Created: 2017-12-27T22:06:45.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-18T04:46:41.000Z (3 months ago)
- Last Synced: 2024-10-19T09:36:15.889Z (20 days ago)
- Language: Haskell
- Size: 671 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - dino-/photoname - Rename photo image files based on EXIF shoot date (others)
README
# photoname
## Synopsis
Rename photo image files based on EXIF shoot date (Haskell)
## Description
photoname is a command-line utility for renaming/moving photo image
files. The new folder location and naming are determined by the
photo shoot date information contained within the file's EXIF tags.## Getting binaries
photoname is available for Linux in AppImage form [from github](https://github.com/dino-/photoname/releases)
## Getting source
- Get the source with git: `$ git clone https://github.com/dino-/photoname.git`
- Download the cabalized source package [from Hackage](http://hackage.haskell.org/package/photoname)And once you have it, building the usual way:
$ stack build
$ stack test --ta all
$ stack runIf you're just looking, [browse the source](https://github.com/dino-/photoname)
## Building for release
For Linux builds, I recommend using the excellent
[hsinstall](https://github.com/dino-/hsinstall) utility which will simplify
creation of an [AppImage](https://appimage.org/) executable.## Contact
Dino Morelli <[[email protected]](mailto:[email protected])>
Past Debian 64-bit packaging work was performed by Magnus Therning