#hex #calendar #ternary #cli

应用 hcal

十六进制日历,适用于终端

32 个版本

0.4.3 2024年1月12日
0.4.1 2024年1月12日
0.3.4 2022年2月17日
0.3.3 2022年1月24日
0.1.26 2020年12月29日

命令行工具 中排名第 218

Download history 4/week @ 2024-03-14 116/week @ 2024-03-28 46/week @ 2024-04-04

每月下载量 141

MIT 许可证

1MB
610 代码行

crates.io

hcal

适用于程序员的终端十六进制日历

hexadecimal

安装

cargo安装 hcal

使用方法

> 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

依赖项

~7.5MB
~129K SLoC