Project

tallyit

0.0
No commit activity in last 3 years
No release in over 3 years
take a daily tally use command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 10.0

Runtime

 Project Readme

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

  1. Fork it ( https://github.com/hzlu/tallyit/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request