Some scripts around Ledger-CLI
- ledger-formatter:
will sort and indent your ledger file.
$ gem install ledger-tools
> require 'ledger/tools'
$ ledger-formatter -f /your/ledger/data.ledger
$ sh/test
$ sh/c
$ sh/c test
- Fork it
- 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 new Pull Request