Jon Banafato 0f58a18825 Add ledger binary command line flag
Allow the ledger binary used to be specified by the user. Journal syntax
is not 100% compatible across implementations, so supporting others
(e.g. hledger) make the updater work for those users' journals.
2020-04-05 23:43:22 -04:00
2019-11-29 15:56:31 -06:00
2020-04-05 23:43:22 -04:00
2019-11-27 14:30:02 -06:00

LedgerStockUpdate

This application locates any stocks you have in your ledger-cli file, then generates a price database of those stocks compatible with the application.

Usage

Build the go file, and run as follows:

./[name of executable] -f=[ledger file] -p=[price database file (to create or update)]

This should spit out a price database file, which can then be used to calculate the market value in ledger as follows:

ledger -f [ledger file] --price-db [price database file] -V bal
Description
No description provided
Readme 50 KiB
Languages
Go 100%