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

https://github.com/dropdevrahul/termcal

Terminal calender app written in Golang
https://github.com/dropdevrahul/termcal

app calendar golang linux terminal

Last synced: 6 months ago
JSON representation

Terminal calender app written in Golang

Awesome Lists containing this project

README

          

### Displays a calender on terminal

```
2023 09:38:41 January
M T W T F S S
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
```

## Build
```
go build -o cal
```

```
./cal
```