From 2e5a7978b1a4557783e8b10ec4b6a7d0380a8f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Sun, 22 Feb 2026 04:22:22 +0100 Subject: [PATCH] Readme formatting --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d3c41dd..bb4d6ad 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,13 @@ *Here is an example for `jg` (javascript grep):* ```sh -grep --color=always -rin "$@" --include "*.js" --include "*.mjs" --exclude "*.min.js" --exclude-dir node_modules | grep-mtime-sorter | ansi-trunc -l 250 +grep --color=always \ + -rin "$@" \ + --include "*.js" \ + --include "*.mjs" \ + --exclude "*.min.js" \ + --exclude-dir node_modules \ + | grep-mtime-sorter | ansi-trunc -l 250 ``` ## Global Installation