#calendar #cal #command-line #package #week #🦀 #day

bin+lib rusti-cal

⚡️ 极快且极简的日历命令行。它与 cal 类似。用 Rust 编写 🦀

12 个版本 (3 个稳定版)

1.1.0 2023年1月23日
1.0.1 2022年12月15日
0.4.5 2022年9月9日
0.4.4 2021年10月20日
0.4.3 2021年5月19日

#297日期和时间 类别

自定义许可证

565KB
661 代码行

⚡️ 极快且极简的日历命令行。它与 cal 类似。用 Rust 编写 🦀

Tests

如何安装?

$ cargo install rusti-cal

如果您使用 NetBSD,可以从官方仓库中获取软件包。要安装,只需运行

# pkgin install rusti-cal

用法

$ rusti-cal <year>

动手实践

hands-on

起始日

  • 周日开始一周(默认)
$ rusti-cal <year> --starting-day 0
  • 周一开始一周
$ rusti-cal <year> --starting-day 1
  • 周二开始一周
$ rusti-cal <year> --starting-day 2
  • 周三开始一周
$ rusti-cal <year> --starting-day 3
  • 周四开始一周
$ rusti-cal <year> --starting-day 4
  • 周五开始一周
$ rusti-cal <year> --starting-day 5
  • 周六开始一周
$ rusti-cal <year> --starting-day 6

基于区域设置的名字

当前的区域设置可以用 LANG 环境变量覆盖,以显示其他语言的日历。

$ LANG=fr_FR rusti-cal <year>

彩色输出

使用 --color-c 选项启用彩色输出。这将突出显示周末和当天。

$ rusti-cal <year> --color

colored

显示周数

使用 --week-numbers-w 选项显示周数。

$ rusti-cal <year> --week-numbers

依赖项

~6–8MB
~118K SLoC