Tallyit
It is a command line tool for taking notes about your financial balance.
Installation
$ gem install tallyit
Usage
add a income tally
$ tallyit --income -a 10000 -m "your msg about this tally" add
add a expend tally
$ tallyit -a 10000 -m "buy something" add
stat all records
$ tallyit stat
more info
$ tallyit --help
Contributing
- Fork it ( https://github.com/hzlu/tallyit/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request