From 8088fa714ed9068e404c374e53a9540243128f89 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Jul 2023 08:10:57 -1000 Subject: [PATCH] ;doc:bin: link ft and tt --- bin/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/README.md b/bin/README.md index 361b52b88..5c79aeae3 100644 --- a/bin/README.md +++ b/bin/README.md @@ -60,6 +60,18 @@ $ . bin/bashrc $ fin # list the scripts available ``` +### ft + +[`ft`](https://github.com/simonmichael/hledger/blob/master/bin/ft) +is a way to organise small finance-related reports and scripts using standard bash. +(I alias this to `f`.) + +### tt + +[`tt`](https://github.com/simonmichael/hledger/blob/master/bin/ft) +is a similar bash multi-script for time reports. +(I alias this to `t`.) + ### watchaccounts [`watchaccounts`](https://github.com/simonmichael/hledger/blob/master/bin/watchaccounts)