Closed mattmartini closed 11 months ago
Like grep or RipGrep there should be a -l flag to not show the text of the match, but only the URLs that have a match. This can be aproximated with bogrep <SEARCH> | grep 'Match in bookmark'
-l
bogrep <SEARCH> | grep 'Match in bookmark'
Flag -l provided in v0.4.0. Please also note the new flag -i for case-insensitive search: https://github.com/quambene/bogrep#search.
-i
Like grep or RipGrep there should be a
-l
flag to not show the text of the match, but only the URLs that have a match. This can be aproximated withbogrep <SEARCH> | grep 'Match in bookmark'