#hex #calendar #ternary #cli

app hcal

Hexadecimal calendar for terminal

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

#139 in Command line utilities

Download history 25/week @ 2024-01-06 5/week @ 2024-01-13 132/week @ 2024-02-24 1/week @ 2024-03-02 4/week @ 2024-03-09 126/week @ 2024-03-30 36/week @ 2024-04-06

163 downloads per month

MIT license

1MB
610 lines

crates.io

hcal

A hexadecimal calendar in terminal for programmers

hexadecimal

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

asciicast

Balanced Ternary Support

balanced ternary

Dependencies

~7.5MB
~128K SLoC