MCPcopy Index your code
hub / github.com/arthurhenrique/rusti-cal

github.com/arthurhenrique/rusti-cal @v1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.0 ↗ · + Follow
38 symbols 77 edges 3 files 2 documented · 5% updated 21d agov1.1.0 · 2023-01-23★ 822 open issues

Browse by type

Functions 36 Types & classes 2
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

⚡️ Lightning-fast and minimal calendar command line. It's similar to cal. Written in Rust 🦀

Tests

How Can Install?

$ cargo install rusti-cal

If you are on NetBSD, there's a package available from the official repositories. To install simply run:

# pkgin install rusti-cal

Usage

$ rusti-cal <year>

Hands On

hands-on

Starting Day

  • Start Week With Sunday (Default)
$ rusti-cal <year> --starting-day 0
  • Start Week With Monday
$ rusti-cal <year> --starting-day 1
  • Start Week With Tuesday
$ rusti-cal <year> --starting-day 2
  • Start Week With Wednesday
$ rusti-cal <year> --starting-day 3
  • Start Week With Thursday
$ rusti-cal <year> --starting-day 4
  • Start Week With Friday
$ rusti-cal <year> --starting-day 5
  • Start Week With Saturday
$ rusti-cal <year> --starting-day 6

Locale based names

The current locale can be overwritten with the LANG environment variable to display the calendar in another language.

$ LANG=fr_FR rusti-cal <year>

Colored output

Enable colored output with the --color or -c option. This highlights weekend days and the current day.

$ rusti-cal <year> --color

colored

Show Week Numbers

Show week numbers with the --week-numbers or -w option.

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

Core symbols most depended-on inside this repo

Shape

Function 33
Method 3
Class 2

Languages

Rust100%

Modules by API surface

src/lib.rs24 symbols
src/locale.rs10 symbols
src/main.rs4 symbols

For agents

$ claude mcp add rusti-cal \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page