a-rustacean / calendar

A calendar with command line interface written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

serve

A blazingly fast calendar with a command line interface written in rust

Installation

# make sure you have rust installed on your system
git clone https://github.com/a-rustacean/calendar.git
cd calendar
./install.sh

Usage

$ cal
      May 2023
Su Mo Tu We Th Fr Sa
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31

Uninstall

# make sure you are in the directory you cloned
./uninstall.sh

About

A calendar with command line interface written in rust

License:MIT License


Languages

Language:Rust 94.0%Language:Shell 6.0%