image-sorter

Crates.ioimage-sorter
lib.rsimage-sorter
version0.5.0
sourcesrc
created_at2020-11-11 22:01:25.294219
updated_at2024-09-02 14:13:19.333225
descriptionA terminal user interface for sorting images
homepagehttps://github.com/jgalat/image-sorter
repositoryhttps://github.com/jgalat/image-sorter
max_upload_size
id311406
size45,200
Jorge Galat (jgalat)

documentation

https://github.com/jgalat/image-sorter

README

image-sorter

Continuous Integration Crate Status

Demo

A terminal user interface for sorting images. It requires w3m to render the images.

Installation

The binary executable is image-sorter.

Cargo

Install with

cargo install image-sorter

To update, run

cargo install image-sorter --force

Release

Find the latest release here.

Repository

Requires cargo to be installed.

Clone or download this repository and run the following inside the project

cargo install --path .

Usage

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

  • bind w to the path ~/4/wg
  • bind g to the path ~/4/g
  • set run.sh as the output script of the program
  • the software will list image.jpg and all the images inside ~/Downloads/ so they can be sorted
Commit count: 43

cargo fmt