Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spajus/lifecal
Weekly life calendar generator
https://github.com/spajus/lifecal
Last synced: 7 days ago
JSON representation
Weekly life calendar generator
- Host: GitHub
- URL: https://github.com/spajus/lifecal
- Owner: spajus
- Created: 2016-04-16T07:49:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T13:51:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-10T17:39:08.189Z (14 days ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Life Calendar Generator
Generates printer friendly HTML file with your life calendar (one box per week) for 90 years.
![Life Calendar](https://dl.dropboxusercontent.com/u/176100/opensource/lifecal.png)
Inspired by TED talk: [Tim Urban: Inside the mind of master procrastinator](https://www.ted.com/talks/tim_urban_inside_the_mind_of_a_master_procrastinator)
## Usage
```
Usage: ./lifecal.rb [options]
-s, --stdout Print output to stdout [default]
-f, --file FILE Render output as html file
-g--granularity [GRANULARITY] Select time granularity (weeks, months), default: weeks
-h, --help Show this message```