Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.09 KB

File metadata and controls

47 lines (36 loc) · 1.09 KB

[ dvtoys ]

a utility that does miscellaneous {processing,transforming} of text input

demo

>> ABOUT >>

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

>> INSTALLATION >>

from crates.io:

cargo install dvtoys

from 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