Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny/git-ics
Makes an icalendar file from a git or github repository
https://github.com/sunny/git-ics
Last synced: 3 months ago
JSON representation
Makes an icalendar file from a git or github repository
- Host: GitHub
- URL: https://github.com/sunny/git-ics
- Owner: sunny
- Created: 2008-12-14T09:51:26.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2020-06-14T10:09:14.000Z (over 4 years ago)
- Last Synced: 2024-10-10T00:58:00.055Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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