From c8c86f21cdd5d99636667f09f673434f4e9c73b2 Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Mon, 16 Sep 2019 23:27:14 +0200 Subject: [PATCH] updated readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0f40a3..1c016a7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ After installation 2 commands are available: * money-insert * money-latest +* money-filter ### money-insert @@ -18,6 +19,10 @@ Asks the user for the values to save to **dataFile**. Shows the latest **latestMovementsNumber** movements from **dataFile**. +* money-filter + +Asks the user for a regex filter and returns the matching movements. + ## Installation To install the lastest version just clone the git repo and run the setup script. @@ -79,5 +84,3 @@ Documentation it's available on the [GNU gettext documentation page](https://www xgettext money/money.py --output=money/translations/money.pot msgmerge --update money/translations/it/LC_MESSAGES/money.po money/translations/money.pot msgfmt --output=money/translations/it/LC_MESSAGES/money.mo money/translations/it/LC_MESSAGES/money.po - -# bah \ No newline at end of file -- 2.25.1