https://github.com/raspi/kallu
CLI Calendar with colors
https://github.com/raspi/kallu
calendar command-line date go golang month month-view week year
Last synced: 6 months ago
JSON representation
CLI Calendar with colors
- Host: GitHub
- URL: https://github.com/raspi/kallu
- Owner: raspi
- License: apache-2.0
- Created: 2022-06-02T17:58:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T19:28:44.000Z (over 2 years ago)
- Last Synced: 2025-04-04T07:23:39.785Z (6 months ago)
- Topics: calendar, command-line, date, go, golang, month, month-view, week, year
- Language: Go
- Homepage:
- Size: 451 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kallu



[](https://goreportcard.com/report/github.com/raspi/kallu)Simple CLI calendar. Reimplements [cal](https://en.wikipedia.org/wiki/Cal_(command)). Supports localization.


## Usage
```text
kallu - simple CLI calendar
Version v1.0.1 d263afdbf05c795c4d1a95b5093888b7b700dc61 2023-03-15T18:22:18+02:00
(c) Pekka Järvinen 2022- [ https://github.com/raspi/kallu ]Parameters:
-count How many months per line default: "3"
-dow Start day for week 0-6 (sun-sat) default: "1"
-fullyear Print full year default: "false"
-month Month 1-12 (defaults to current month)
-next How many next months default: "1"
-no-color Disable color output default: "false"
-one Only one month, equivalent to -next 0 -prev 0 default: "false"
-prev How many previous months default: "1"
-year Year (defaults to current year)Examples:
Full year:
./kallu -fullyear
Only this month:
./kallu -one
One calendar at a time:
./kallu -count 1
```## Can I add a translation?
Yes. See [locales directory](cmd/kallu/locales).

Displaying calendar in Finnish.
## Is it any good?
Yes.