From a0fe5aae43e79f5e55a77eb266f537b4816b6cd6 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 6 Nov 2019 11:07:28 +0300 Subject: [PATCH] Update usage --- index.js | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/index.js b/index.js index a0bcfd1..128bd4e 100755 --- a/index.js +++ b/index.js @@ -28,22 +28,7 @@ const stream = require('./stream') const usage = ` Usage - $ fx [code ...] - - Shortcuts - q or Esc or Ctrl+c Exit - up or k Move cursor up - down or j Move cursor down - left or h Collapse - right or l Expand - Shift+right or L Expand all under cursor - e Expand all - E Collapse all - g Scroll to top - G Scroll to bottom - . Edit filter - / Search - n Find next + $ fx [code ...] Examples $ echo '{"key": "value"}' | fx 'x => x.key'