From bdb6ff3bda41fb5654e4929030cdcccf23692b9b Mon Sep 17 00:00:00 2001 From: "Stanislav N. aka pztrn" Date: Tue, 8 Aug 2017 10:49:37 +0500 Subject: [PATCH] Clarified app usage in README. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 83f2e5d..bc1b0ee 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,13 @@ keyword. It will take a good look thru whole xlsx file and produce file with filtered data. +# Usage + +Program takes two parameters: + +* ``-filename`` - path to file. Remember to quote it if it contains spaces! +* ``-keyword`` - keyword to search for. + +Excelator will iterate thru all filled lines and cells and search for a +keyword. If it found a match - it will write this line to file +``filtered.xlsx`` which will be placed near binary (or in ``$PWD``).