#counter #supporting #unicode #alphabetic

app unicount

Alphabetic counter supporting unicode

2 releases

0.1.1 Dec 5, 2024
0.1.0 Oct 26, 2024

#627 in Text processing

Download history 116/week @ 2024-10-24 11/week @ 2024-10-31 165/week @ 2024-12-05 12/week @ 2024-12-12

91 downloads per month

MIT license

9KB
101 lines

Examples

$ unicount -V
unicount 0.1.1
$ unicount -h
Alphabetic counter supporting unicode

Usage: unicount [OPTIONS]

Options:
  -k, --kind <KIND>            Kind [default: english-upper] [possible values:
                               english-upper, english-lower]
  -s, --start <START>          Start [default: 0]
  -t, --take <TAKE>            Take [default: 100]
  -S, --separator <SEPARATOR>  Separator [default: \n]
  -a, --alphabet <ALPHABET>    Custom alphabet
  -h, --help                   Print help
  -V, --version                Print version
$ unicount
A
B
C
...
CT
CU
CV
$ unicount -k english-lower
a
b
c
...
ct
cu
cv
$ unicount -s 23 -t 6
X
Y
Z
AA
AB
AC

$ unicount -a abc -t 10
a
b
c
aa
ab
ac
ba
bb
bc
ca
$ unicount -S ", " -t 10
A, B, C, D, E, F, G, H, I, J

Dependencies

~3–12MB
~154K SLoC