mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;bin: add hledger-pricehist (alias for pricehist)
This commit is contained in:
parent
fe1fc313ba
commit
9cdf435c0e
@ -29,6 +29,12 @@ hledger comes with many built-in commands, and you may want to get familiar with
|
||||
These scripts don't use hledger directly, but are complementary and might be useful to hledger users.
|
||||
([plaintextaccounting.org](https://plaintextaccounting.org) has a longer list of PTA tools.)
|
||||
|
||||
### hledger-pricehist
|
||||
|
||||
[`hledger-pricehist`](https://github.com/simonmichael/hledger/blob/master/bin/hledger-pricehist)
|
||||
is just an alias for the market price downloader [pricehist](https://pypi.org/project/pricehist),
|
||||
so that it shows up in the hledger commands list.
|
||||
|
||||
### paypaljson
|
||||
|
||||
[`paypaljson`](https://github.com/simonmichael/hledger/blob/master/bin/paypaljson)
|
||||
|
5
bin/hledger-pricehist
Executable file
5
bin/hledger-pricehist
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
# A hledger-* alias for pricehist to show it in hledger's commands list.
|
||||
# https://pypi.org/project/pricehist
|
||||
|
||||
pricehist "$@"
|
Loading…
Reference in New Issue
Block a user