🐙 A CLI tool for bulk image renaming, resizing, and format conversion.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-15 11:48:29 +03:00
images refactor: modularize logic, clean clippy warnings, use WalkDir, and update tests 2026-05-11 09:30:46 +03:00
src refactor: move ThreadChannel implementation to channel.rs 2026-05-12 08:54:54 +03:00
.gitignore chore: explore std::fs::read_dir behavior 2026-04-18 22:17:41 +03:00
Cargo.lock refactor: modularize logic, clean clippy warnings, use WalkDir, and update tests 2026-05-11 09:30:46 +03:00
Cargo.toml refactor: modularize logic, clean clippy warnings, use WalkDir, and update tests 2026-05-11 09:30:46 +03:00
LICENSE Add MIT License to the project 2026-04-18 22:24:15 +03:00
README.md Edit README.md 2026-07-15 11:48:29 +03:00

Ahtapot

A CLI tool for bulk image renaming, resizing, and format conversion.

GitHub Stars License Rust


Usage

aht --path ./images --name photo --width 800 --height 600 --output ./output
Flag Short Description
--path -p Source directory containing images
--name -n Base name for output files
--width -w Target width in pixels
--height -e Target height in pixels
--output -o Output directory for processed images

Installation

cargo build --release

License

MIT

Note

This is my first Rust project, built after a long break from programming. Contributions and feedback are welcome.