32 releases
0.4.3 | Jan 12, 2024 |
---|---|
0.4.1 | Jan 12, 2024 |
0.3.4 | Feb 17, 2022 |
0.3.3 | Jan 24, 2022 |
0.1.26 | Dec 29, 2020 |
#296 in Command line utilities
52 downloads per month
1MB
610 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
~7.5MB
~130K SLoC