transactions

A small but powerful command line application to help manage finances. Transactions are entered into a text file using yaml and reports are generated by parsing this data.


License
MIT
Install
gem install transactions -v 0.1.1

Documentation

transactions

A vim plugin for managing financial data using double-entry bookkeeping.

WARNING: This plugin is not quite ready for use. It still needs some better tests and documentation which won't be ready until the api is ready. Some very important features are missing that will be implemented soon. The syntax will probably change since multiple currency support will be necessary (especially since things like bitcoin are so commonly used now). This warning will be removed when transactions is ready for use.

installation

pathogen.vim is the recommended way to install transactions.

cd ~/.vim/bundle
git clone https://github.com/randyschneck/transactions.git

then reload vim, run :Helptags, and view the manual with :help transactions.txt.