ellipse-bin

Crates.ioellipse-bin
lib.rsellipse-bin
version1.0.1
created_at2022-08-02 15:40:13.986864+00
updated_at2026-01-25 12:17:28.666848+00
descriptionCommand that truncates and ellipses strings in a human-friendly way
homepage
repositoryhttps://codeberg.org/msrd0/ellipse-bin
max_upload_size
id637420
size44,653
(msrd0)

documentation

README

ellipse-bin License: GPL-3.0 ellipse-bin on crates.io Source Code Repository

Command that truncates and ellipses strings in a human-friendly way.

How to use

$ echo very long sentence |ellipse -n 12
very long se…

How to install

On ArchLinux, run

yay -S ellipse

On other operating systems, run

cargo install --locked ellipse-bin
Commit count: 9

cargo fmt