From 765742ab9c633da0891e305a1207d7c9436a5a46 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 28 Apr 2023 14:26:14 -1000 Subject: [PATCH] ;doc: bin: cleanup --- bin/README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/README.md b/bin/README.md index 6ed69e184..5fbd0b0da 100644 --- a/bin/README.md +++ b/bin/README.md @@ -137,23 +137,6 @@ $ hledger pijul status $ hledger pijul record [MSG] ``` -### hledger-lots - -[`hledger-lots`](https://github.com/edkedk99/hledger-lots) -shows a lots report, or generates a lot sale transaction, using FIFO strategy -(and without needing subaccounts for lots). - -Install or upgrade: -``` -$ pip install -U hledger-lots -``` -Examples: -```cli -$ hledger lots -$ hledger lots view -$ hledger lots list -``` - ### hledger-edit The [hledger-utils python package](https://pypi.org/project/hledger-utils/) provides @@ -193,6 +176,23 @@ $ hledger-plot -h $ hledger plot -- bal -DH ^Assets -2 ``` +### hledger-lots + +[`hledger-lots`](https://github.com/edkedk99/hledger-lots) +shows a lots report, or generates a lot sale transaction, using FIFO strategy +(and without needing subaccounts for lots). + +Install or upgrade: +``` +$ pip install -U hledger-lots +``` +Examples: +```cli +$ hledger lots +$ hledger lots view +$ hledger lots list +``` + ## HLEDGER-INTEGRATED These Haskell scripts use the hledger-lib API for maximum power and robustness;