Commit graph

24 commits

Author SHA1 Message Date
cscherrNT
d7372b93a3 automatic cargo CI changes 2024-09-06 09:41:03 +00:00
e92af8acfa
refactor: write in binary now
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m32s
Refs: #26
2024-09-06 11:39:36 +02:00
03a2243a3e docs(main): add a few explanatory comments to main
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-23 13:29:03 +02:00
71f1f2ba08 docs(main): remove module level doc comment in main.rs (not needed) 2024-05-23 13:26:15 +02:00
8fbc612f5a feat(rand): #19 #21 add max rand and use number parser 2024-05-23 00:20:07 +02:00
0923bf5247 feat(rand): add rand option to FormatOptions
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m33s
The user can now specify how many rand values to add to the list. The
Cli needed some minor changes.

Refs: #21 #19
2024-05-22 23:59:08 +02:00
bf4e7b00d7 fix: only read from stdin if it's not a terminal #17
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m14s
2024-05-13 17:01:38 +02:00
f93e5f6c4c fix: parse first then add numbers from stdin #16
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-13 16:55:39 +02:00
585bb41a9d refactor: split at whitespace #1 #15
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
2024-05-13 16:29:24 +02:00
00c6b35ef3 feat: allow reading numbers from stdin #1
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m16s
2024-05-13 16:26:35 +02:00
cae701815e refactor: use the cli struct as format options #11 #9
Some checks failed
cargo devel CI / cargo CI (push) Has been cancelled
2024-05-12 19:53:38 +02:00
82c1bf8d8a feat: padding and FormatOptions #9
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m14s
2024-05-12 19:34:01 +02:00
PlexSheep
927a4b0043 automatic cargo CI changes 2024-05-12 16:52:35 +00:00
721467b260 docs: add author and version to --help flag
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m20s
2024-05-12 18:51:18 +02:00
cb0c56107a feat: add base32 and use fast32 as dep #4
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m18s
2024-05-12 01:56:13 +02:00
00304ddff0 feat: add base64 format #4
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m10s
This commit adds the option to output base64. Note that this converts
numbers to base64, not strings. formatting 65 will output "QQ==", the
same as using 'echo -ne "A" | base64' would (A is 65 in ASCII).
2024-05-12 01:49:11 +02:00
bd7a000968 Merge branch 'master' of https://git.cscherr.de/PlexSheep/numf
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m9s
2024-05-12 01:05:49 +02:00
5a780f83e8 fix: print usage when no arguments are passed #2 2024-05-12 01:05:48 +02:00
PlexSheep
d3423a92b3 automatic cargo CI changes 2024-05-11 23:04:15 +00:00
3fd52c19dd refactor: move Format enum to a new module
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m22s
2024-05-12 01:02:55 +02:00
d9c921ef9c refactor: use a larger integer type #3
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m12s
2024-05-10 19:26:29 +02:00
df621fdb6d fix: fix cli interface to not need a format flag 2024-05-10 19:26:09 +02:00
6c66c285a0 feat: first working version 2024-05-10 19:26:09 +02:00
6ffe30986b Initial commit 2024-05-10 13:57:36 +02:00