Skip to content

0xflotus/hcal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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