Beggar
Description
Beggar is a tool for generating time reports from your Basecamp account
Example output:
Current month
Workdays: 78%
Worked hours: 140.0h (-12.0h)
Salary: 5320.0zł (-456.0zł)
Installation
Install it like any ruby gem
gem install beggar
and run by
beggar
Configuration
Before first use, beggar will try to create configuration file in your home directory (~/.beggar)
Example config:
company: pear
token: abc123
rate: 50.0
country: pl
Changelog
v1.0.3 | don't count holidays as working days |
v1.0.2 | fix bug when time entries are empty |
v1.0.1 | change output |
v1.0.0 | first stable release |