1
0
Fork
You've already forked ellipse-bin
0
Command that truncates and ellipses strings in a human-friendly way
  • Rust 100%
2026年01月25日 13:17:04 +01:00
src upgrade clap to 4.5 2026年01月25日 13:02:28 +01:00
.gitignore initial commit 2022年08月02日 17:26:03 +02:00
Cargo.lock Release 1.0.1 2026年01月25日 13:17:04 +01:00
Cargo.toml Release 1.0.1 2026年01月25日 13:17:04 +01:00
LICENSE initial commit 2022年08月02日 17:26:03 +02:00
README.md add documentation to crate; use cargo doc2readme 2026年01月25日 12:58:59 +01:00
rustfmt.toml initial commit 2022年08月02日 17:26:03 +02:00

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