Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supermomonga/vac-hatebu-counter


https://github.com/supermomonga/vac-hatebu-counter

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vim Advent Calendar hatebu counter

## Commands

```
Commands:
app.rb fetch # fetch hatebu count
app.rb help [COMMAND] # Describe available commands or one specific command
```

```
Usage:
app.rb fetch

Options:
s, [--start=N]
# Default: 1
e, [--end=N]
# Default: 365

fetch hatebu count
```

## How to use

Fetch all entries

`ruby ./app.rb fetch`

Fetch day 1 to day 182 entries

`ruby ./app.rb fetch -s 1 -e 182`