From a9d97a1dda0a07a8e55b2aa9b95690a4634e4874 Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Wed, 10 Aug 2022 14:03:04 +0200 Subject: [PATCH] doc: add '-.' as short flag for '--hidden' PR #2279 --- GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GUIDE.md b/GUIDE.md index 7a26a4b..ef54fe7 100644 --- a/GUIDE.md +++ b/GUIDE.md @@ -190,7 +190,8 @@ the following: All of these things can be toggled using various flags provided by ripgrep: 1. You can disable all ignore-related filtering with the `--no-ignore` flag. -2. Hidden files and directories can be searched with the `--hidden` flag. +2. Hidden files and directories can be searched with the `--hidden` (`-.` for +short) flag. 3. Binary files can be searched via the `--text` (`-a` for short) flag. Be careful with this flag! Binary files may emit control characters to your terminal, which might cause strange behavior. -- GitLab