Skip to content

Commit

Permalink
added screenshot and usage
Browse files Browse the repository at this point in the history
  • Loading branch information
raspi committed Jun 2, 2022
1 parent c946545 commit e13e29a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,31 @@ Simple CLI calendar.

![Screenshot](https://github.com/raspi/kallu/blob/main/_assets/kallu_default.png)

![Screenshot](https://github.com/raspi/kallu/blob/main/_assets/kallu_count_next.png)

## Usage

```text
kallu - simple CLI calendar
Version v0.0.0 dev 0000-00-00T00:00:00+00: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) default: "6"
-next How many next months default: "1"
-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) default: "2022"
Examples:
Full year:
./kallu -fullyear
Only this month:
./kallu -one
- equivalent to ./kallu -next 0 -prev 0
One calendar at a time:
./kallu -count 1
```
Binary file added _assets/kallu_count_next.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e13e29a

Please sign in to comment.