#tui #sorting #image #user-interface #cli

app image-sorter

A terminal user interface for sorting images

11 releases

0.5.1 Dec 27, 2024
0.5.0 Sep 2, 2024
0.4.1 Jan 25, 2024
0.4.0 Oct 7, 2023
0.3.0 Nov 23, 2020

#1800 in Command line utilities

Download history 19/week @ 2024-09-15 12/week @ 2024-09-22 9/week @ 2024-09-29 1/week @ 2024-10-06 18/week @ 2024-12-08 142/week @ 2024-12-22 6/week @ 2024-12-29

166 downloads per month

MIT and CC-PDDC licenses

33KB
835 lines

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

Dependencies

~3.5–5MB
~78K SLoC