#display #character #argument #string #cli #occurences #superscript

app char_occurence

CLI that displays the occurences of character in the argument string as superscript

4 releases

0.2.1 Sep 25, 2022
0.2.0 Sep 25, 2022
0.1.1 Sep 24, 2022
0.1.0 Sep 24, 2022

#104 in #argument

BSD-3-Clause

4KB
82 lines

Char Occurence

crates.io

CLI that displays the occurences of character in the argument string as superscript.

Trust me, the typo is intended.

Example

$ char_occurence "hello"

Output

h¹e¹l²l²o¹

Dependencies

~3KB