updated readme
authorMauro Scomparin <scompo@gmail.com>
Mon, 16 Sep 2019 21:27:14 +0000 (23:27 +0200)
committerMauro Scomparin <scompo@gmail.com>
Mon, 16 Sep 2019 21:27:14 +0000 (23:27 +0200)
README.md

index b0f40a3c1fe57ccdc55c4625b40bbb3a1728365c..1c016a7a3e1f3c2d1361a7b434f90dc6adaa76d4 100644 (file)
--- 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