atuin
atuin copied to clipboard
Highlight `atuin search` query matches with color
Before using Atuin, I used:
function h {
pattern="${1:-.}"
if [[ "$pattern" == "." ]]; then
omz_history -i
else
shift
omz_history -i | grep -Eie "$pattern" "$@"
fi
}
grep
"by default" highlights the match with color like this:
Something similar could be a configuration option or command line switch for atuin search
. What do you think?
Yes, it would be really helpful! In my opinion it's strange that it wasn't the first feature ...