An open API service indexing awesome lists of open source software.

https://github.com/a-rustacean/calendar

A calendar with command line interface written in rust
https://github.com/a-rustacean/calendar

calendar cli rust

Last synced: 12 months ago
JSON representation

A calendar with command line interface written in rust

Awesome Lists containing this project

README

          

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

## Installation

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

## Usage

```shell
$ 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

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