a utility that does miscellaneous {processing,transforming} of text input
list of currently implemented modes:
- string length calculation
- sorting (alphabetical, length, integer)
- string case conversion
- converting between different keyboard layouts
also can be imported as a library if you want to for some reason
from crates.io:
cargo install dvtoysfrom the git repo:
git clone https://git.divio.city/me/dvtoys
cd dvtoys
cargo install --path .a convenient alias:
alias dv='dvtoys'Mirrors: diviocity disroot codeberg git.gay gitea rocketgit salsa framagit gitlab github
