https://github.com/princejoogie/cal
Different implementations of a terminal application that shows a calendar and highlights the current day
https://github.com/princejoogie/cal
cli cpp javascript rust-lang
Last synced: 2 months ago
JSON representation
Different implementations of a terminal application that shows a calendar and highlights the current day
- Host: GitHub
- URL: https://github.com/princejoogie/cal
- Owner: princejoogie
- Created: 2022-02-09T15:40:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T19:18:41.000Z (over 4 years ago)
- Last Synced: 2025-02-22T16:59:58.598Z (over 1 year ago)
- Topics: cli, cpp, javascript, rust-lang
- Language: C++
- Homepage:
- Size: 220 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cal
Different implementations of a terminal application that shows a calendar and highlights the current day
## Implementations
| Language | Size |
| ---------- | ------------: |
| C++ | **149.2kb** |
| JavaScript | 🤣 **29.98mb** |
| Rust | **163.5kb** |

## Developing
```bash
git clone https://github.com/princejoogie/cal.git
```
### C++ implementation
```bash
# Run
make run
# Build
make
```
### JavaScript implementation
```bash
# Run
yarn start
# Build
yarn build
# Targeted build
yarn build:(win|mac|linux)
```
### Rust implementation
```bash
# Run
Cargo run
# Build
cargo build --release
```
## Contributing
Feel free to open a PR if you would like to add an implementation in another language
Or submit an issue if any.
Like the project? would appreciate a coffee ☕
[](https://www.buymeacoffee.com/princejoogie)
### Contributor list
[](https://github.com/princejoogie/cal/graphs/contributors)
---
Made by [**Prince Carlo Juguilon**](https://princecaarlo.tech/) together with these awesome [**Contributors**](https://github.com/princejoogie/cal/graphs/contributors).