From 8c01d293b01a31448346e409c1639a1c83f2540a Mon Sep 17 00:00:00 2001 From: Claudio Noguera Date: Wed, 3 Feb 2021 00:22:44 +0100 Subject: [PATCH] Update README.md Short description about features. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8b12c..52b08f3 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,10 @@ Dinero (spanish for money) is a command line tool that can deal with ledger file I use ledger-cli extensively for my personal finances. My goal is to be able to run all the commands I use the most with my own tool while at the same time learning Rust. -Loosely inspired by [Rudolf Schmidt's port](https://github.com/rudolfschmidt/acc) +Currently supported are: +- Balance reports +- Register reports + +Report filtering by account name and by date. + +Run ```dinero --help``` for a list of available commands and options.