Skip to content

sks/ki-hocche

Repository files navigation

Ki-Hocche

Build

ki hocche is a Bangla word that means "what is happening".

Ki-Hocche is a utility to help you find out what is happening in your SCM repositories. It creates a icalendar file from your SCM repositories. It is a simple tool that can be used to keep track of what is happening in your repositories.

Installation

go install github.com/sks/ki-hocche@latest

Usage

ki-hocche [flags]

Flags

ki-hocche --help

Export to icalendar file

export GITHUB_TOKEN=<your_github_token>
ki-hocche journey --repos=repo_1 --repos=repo_2 -t ics -o /tmp/mycal.ics;

Export to JSON

export GITHUB_TOKEN=<your_github_token>
ki-hocche journey --repos=repo_1 --repos=repo_2 -t json -o /tmp/events.json;

Supported SCMs

  • Github
  • Gitlab
  • Bitbucket

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.