From 37fd35486fb5d2e05ec91e7e2df92fa621d14f24 Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Wed, 25 Oct 2017 03:18:05 +0200 Subject: [PATCH] [doc] document context specific search syntax --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3213bfe..26d15ca 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Keybinding | Description Ctrl+C | Quit Ctrl+K, Shift+Tab | Previous view Ctlr+J, Tab | Next view +Ctlr+T | Toggle context specific search Alt+H | Toggle history Down | Move down one view line Up | Move up one view line @@ -59,6 +60,18 @@ Keybinding | Description F9 | Jump to response body +### Context specific search + +Wuzz accepts regular expressions by default to filter response body. +Custom query syntax can be toggled by pressing Ctrl+T. +The following formats have context specific search syntax: + +Response format | Query syntax +-----------------|---------------------------------------- +HTML | https://github.com/PuerkitoBio/goquery +JSON | https://github.com/tidwall/gjson + + ## TODO * Better navigation