Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.76 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.76 KB

kallu

GitHub All Releases GitHub release (latest by date) GitHub tag (latest by date) Go Report Card

Simple CLI calendar. Reimplements cal. Supports localization.

Screenshot

Screenshot

Usage

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.

Screenshot

Displaying calendar in Finnish.

Is it any good?

Yes.