cf884263c8d6fc4a02d977c71e10b47d310d3bf5
Currently the `demo` API token is hardcoded, which is not usable for real API calls. Add a new CLI flag to allow users to supply their own registered API token.
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
Languages
Go
100%