Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supermomonga/vac-hatebu-counter
https://github.com/supermomonga/vac-hatebu-counter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/vac-hatebu-counter
- Owner: supermomonga
- Created: 2013-11-28T00:19:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T03:31:44.000Z (about 11 years ago)
- Last Synced: 2025-01-11T06:49:09.420Z (5 days ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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 fetchOptions:
s, [--start=N]
# Default: 1
e, [--end=N]
# Default: 365fetch 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`