29 releases
0.3.4 | Feb 17, 2022 |
---|---|
0.3.3 | Jan 24, 2022 |
0.2.1 | Jan 2, 2021 |
0.2.0 | Dec 29, 2020 |
0.1.26 | Dec 29, 2020 |
#483 in Command line utilities
186 downloads per month
1MB
620 lines
hcal
A hexadecimal calendar in terminal for programmers
Installation
cargo install hcal
Usage
> hcal --help
A hexadecimal calendar for terminal
USAGE:
hcal [OPTIONS] [ARGS]
ARGS:
<year> Sets the year
<month> Sets the month
<day> Sets the day
OPTIONS:
-3, --unbalanced-ternary Use ternary representation
-A, --disbale-all Disable all font effects
-b, --balanced-ternary Use balanced ternary representation
-d, --disable Disable day marker
-e, --easter <year> Prints the Hex Date of easter.
-E, --effect Enable title font effects
-h, --help Print help information
-T, --transform <date> Prints the Hex Date of <date>. Needs format of dd-mm-yyyy.
-V, --version Print version information
-W, --no-weekend Disable weekend marker
-Y, --disable-year-month Don't print year and month
Balanced Ternary Support
Dependencies
~4.5MB
~100K SLoC