https://github.com/supermomonga/vac-hatebu-counter
https://github.com/supermomonga/vac-hatebu-counter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/supermomonga/vac-hatebu-counter
- Owner: supermomonga
- Created: 2013-11-28T00:19:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T03:31:44.000Z (over 11 years ago)
- Last Synced: 2025-03-25T05:08:31.736Z (3 months 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`