Renames all image files in the folder according to image file exif metadata for easy ordering and archiving
[TOC]
| tool | description |
|---|---|
| uv | python package manager |
- The project should work on MacOS and Linux and any other unix like system
- I haven't tried Windows, since I don't own a windows machine
- Stay tuned ... I am currently working on the single executable binary for MacOS, Linux and Windows
On you terminal command line
- if you haven't installed Homebrew yet (password probably required):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"- install uv - Python version and Python package manager tool with:
brew install uv- clone eir repository:
git clone https://github.com/alexbigkid/eir
cd eir- install Python dependencies
uv sync- and run:
uv run eir- MacOS Sequoia (local machine) / Python 3.13.3
- Linux Ubuntu 20.04 / Python 3.12.x
- Windows 10 / Python 3.12.x
- Linux latest / Python 3.12.x, 3.13.x
- MacOS latest / Python 3.12.x, 3.131.x
- Windows latest / Python 3.12.x, 3.13.x
- 📦 Packaging Guide - How packages are built for different platforms
- 🏗️ Architecture Support - Supported CPU architectures and platforms
- 🚀 Distribution Guide - How to distribute packages to package managers
- 🔑 GitHub Secrets Setup - CI/CD automation configuration
- 🤖 Claude Instructions - AI assistant development guidance
🏁