From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/grep-to-less-maintain-colors.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/grep-to-less-maintain-colors.html') diff --git a/public/grep-to-less-maintain-colors.html b/public/grep-to-less-maintain-colors.html index 51ae36c..a450ec0 100755 --- a/public/grep-to-less-maintain-colors.html +++ b/public/grep-to-less-maintain-colors.html @@ -11,11 +11,11 @@ then pipe them in less and I missed having colors that grep outputs create todo function in your .bashrc that accepts first argument as search string.
# This is where the magic happens.
 grep --color=always -rni "TODO:" | less -R
-
Less and grep

Posts from blogs I follow around the net