From 3ea89ac07600776e102f634e349b4cd963510745 Mon Sep 17 00:00:00 2001 From: blob42 Date: Sun, 19 Feb 2023 14:18:27 +0100 Subject: [PATCH] update readme --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5bf941d..b0f5112 100644 --- a/README.md +++ b/README.md @@ -11,19 +11,20 @@ commands are executed on each matched column (field) INPUT: ----- - field #1 field #2 - |--------------------------| |--------------| -/long/path/to/some/ebook.pdf | Title Of Ebook - \ - \ -example usage: \ --------------- \____________________ - \ -colmap --field-1='basename {}' --field-2="awk { print $1 }" -colmap -f1 'basename {}' -f2 'awk { print $1 }' + field #1 field #2 + |--------------------------| |--------------| + /long/path/to/some/ebook.pdf | Title Of Ebook + \ + \ + example usage: \ + -------------- \____________________ + \ + colmap --field-1='basename {}' --field-2="awk { print $1 }" + colmap -f1 'basename {}' -f2 'awk { print $1 }' - use colon as delimiter -colmap -d':' + + colmap -d':' WILL OUPUT: ---------- @@ -41,7 +42,6 @@ ebook.pdf | Title --- - [I am using Github under protest](protest.md)