Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunny/git-ics

Makes an icalendar file from a git or github repository
https://github.com/sunny/git-ics

Last synced: about 15 hours ago
JSON representation

Makes an icalendar file from a git or github repository

Awesome Lists containing this project

README

        

Git-ICS
=======

Makes an ical of commits out of git repositories.

- Author: [Sunny Ripert](http://sunfox.org/)
- Licence: [WTFPL](http://sam.zoy.org/wtfpl/)
- Requires gems `icalendar`, `grit`, `mime-types`:

$ sudo gem install icalendar grit mime-types

- Usage:

$ ruby git-ics.rb [--github-user=username|repository-path|repository-uri] ...

- Example:

$ ruby git-ics.rb ~/code/*/.git --github-user=sunny > my-code-calendar.ics