Command that truncates and ellipses strings in a human-friendly way
| src | upgrade clap to 4.5 | |
| .gitignore | initial commit | |
| Cargo.lock | Release 1.0.1 | |
| Cargo.toml | Release 1.0.1 | |
| LICENSE | initial commit | |
| README.md | add documentation to crate; use cargo doc2readme | |
| rustfmt.toml | initial commit | |
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