Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

chrisj-devel/furik

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Furik

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.

Installation

Build and install locally:

$ gem build furik.gemspec
$ gem install --local GENERATED_GEM

Usage

You can show GitHub activity for one day:

$ furik activity

Or n days:

$ furik activity -d 5

Or in a range:

$ furik activity -f 2021-01-01 -t 2021-01-07

Output straight to the clipboard:

$ furik activity | xclip -sel clip  # linux
$ furik activity | pbclip           # mac

Furik 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_token

Development

After 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.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/chrisjones120/furik.

LICENSE

The MIT License (MIT)

Copyright (c) 2015- GMO Pepabo, Inc.

About

GitHub activity summary for Retrospective

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Ruby 98.6%
  • Shell 1.4%