Skip to content

Commit

Permalink
Matching rules can now be defined on any field.
Browse files Browse the repository at this point in the history
Enter an empty string at the payee match prompt to access secondary prompt
where matches are entered as a list of field/rule.
Pre/Append a '*' to the field name to declare a regex match for that field.
  • Loading branch information
Kraymer committed Dec 13, 2015
2 parents 25b0ca4 + 4ed4fee commit 0fdb1a5
Show file tree
Hide file tree
Showing 8 changed files with 296 additions and 146 deletions.
13 changes: 6 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,16 @@ More infos on the `wiki`_ page
Installation
------------

qiqif is written for [Python 2.7](https://www.python.org/downloads/) and is
tested on Linux, Mac OS X and Windows.
qiqif is written for `Python 2.7`_ and is tested on Linux, Mac OS X and Windows.

Install with [pip](https://pip.pypa.io/en/stable/) via ``pip install qifqif``
command.
Install with `pip`_ via ``pip install qifqif`` command.

If you're on Windows and don't have pip yet, follow
[this guide](https://pip.pypa.io/en/latest/installing/) to install it.

Changelog `here`_
`this guide`_ to install it.

.. _Python 2.7: ttps://www.python.org/downloads/
.. _pip: https://pip.pypa.io/en/stable/
.. _this guide: https://pip.pypa.io/en/latest/installing/
.. _here: https://github.com/Kraymer/qifqif/releases

Feedbacks
Expand Down
Loading

0 comments on commit 0fdb1a5

Please sign in to comment.