From: Mauro Scomparin Date: Mon, 16 Sep 2019 21:27:14 +0000 (+0200) Subject: updated readme X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=c8c86f21cdd5d99636667f09f673434f4e9c73b2;p=money.git updated readme --- 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