From 53c966ae3f76a4f083676a0784487e6becd1f2ca Mon Sep 17 00:00:00 2001 From: relikd Date: Sat, 9 Mar 2019 17:59:36 +0100 Subject: [PATCH] Add less pipe to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aba6363..4cac156 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ stringslator.py search "Update s%" 5 results. ``` -Notice here, we used `%` to match an arbitrary suffix. Use `_` for a single character wildcard. SQLite like matching rules apply. (see Notes below for language specific search). +Notice here, we used `%` to match an arbitrary suffix. Use `_` for a single character wildcard. SQLite like matching rules apply. (see Notes below for language specific search). This view can get quite loaded, you can pipe the result into `less -S`. After we found a translation we want, lets export the translations for all available languages. For that, we use the first column id and the title-key value inside `('...')`.