Crates.io | image-sorter |
lib.rs | image-sorter |
version | 0.5.0 |
source | src |
created_at | 2020-11-11 22:01:25.294219 |
updated_at | 2024-09-02 14:13:19.333225 |
description | A terminal user interface for sorting images |
homepage | https://github.com/jgalat/image-sorter |
repository | https://github.com/jgalat/image-sorter |
max_upload_size | |
id | 311406 |
size | 45,200 |
A terminal user interface for sorting images. It requires w3m to render the images.
The binary executable is image-sorter
.
Install with
cargo install image-sorter
To update, run
cargo install image-sorter --force
Find the latest release here.
Requires cargo
to be installed.
Clone or download this repository and run the following inside the project
cargo install --path .
Once installed, run the following to print the help message
image-sorter --help
Here is an example usage
image-sorter -b w=~/4/wg g=~/4/g -o run.sh -- image.jpg ~/Downloads/
Running the command above will configure the program like this
w
to the path ~/4/wg
g
to the path ~/4/g
run.sh
as the output script of the programimage.jpg
and all the images inside ~/Downloads/
so they can be sorted