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
- Host: GitHub
- URL: https://github.com/a-rustacean/calendar
- Owner: a-rustacean
- License: mit
- Created: 2023-05-02T14:28:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T05:12:15.000Z (over 2 years ago)
- Last Synced: 2024-11-24T16:56:36.750Z (over 1 year ago)
- Topics: calendar, cli, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```