Furik is summary generator for your GitHub activities.
This has been forked from https://github.com/pepabo/furik and is stripped down for my specific use case.
Build and install locally:
$ gem build furik.gemspec
$ gem install --local GENERATED_GEMYou can show GitHub activity for one day:
$ furik activityOr n days:
$ furik activity -d 5Or in a range:
$ furik activity -f 2021-01-01 -t 2021-01-07Output straight to the clipboard:
$ furik activity | xclip -sel clip # linux
$ furik activity | pbclip # macFurik authenticates to Github via netrc, which is stored in ~/.netrc by default.
% cat ~/.netrc
---
machine github.com
login your_login
password your_token
machine api.github.com
login your_login
password your_tokenAfter checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment. Run bundle exec furik to use the gem in this directory, ignoring other installed copies of this gem.
Bug reports and pull requests are welcome on GitHub at https://github.com/chrisjones120/furik.
The MIT License (MIT)
Copyright (c) 2015- GMO Pepabo, Inc.