ledgerdb

Crates.ioledgerdb
lib.rsledgerdb
version1.1.0
sourcesrc
created_at2022-05-27 01:38:42.434841
updated_at2023-06-02 23:29:22.689053
descriptionGets price updates for stock ticker symbols in your ledger-cli file
homepagehttps://sr.ht/~adchari/ledgerdb/
repositoryhttps://git.sr.ht/~adchari/ledgerdb
max_upload_size
id594703
size40,754
Adithya Chari (adchari)

documentation

https://sr.ht/~adchari/ledgerdb/

README

LedgerDB

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

Installation

This package has been published to crates.io, and is installable with cargo.

	cargo install ledgerdb

Usage

USAGE:
    ledgerdb --file <LEDGER_FILE> --pricedb <PRICE_DATABASE> --api-token <API_TOKEN>

OPTIONS:
    -a, --api-token <API_TOKEN>       Takes your AlphaVantage API token, available for free at the
                                      website
    -f, --file <LEDGER_FILE>          Takes the filepath of your ledger-cli file
    -h, --help                        Print help information
    -p, --pricedb <PRICE_DATABASE>    Takes the filepath of your ledger-cli price database (or the
                                      path to create it at)
    -V, --version                     Print version information
Commit count: 0

cargo fmt