quambene / bogrep

Grep your bookmarks
Apache License 2.0
100 stars 2 forks source link

Feature Request: Flag to Only list URLs #32

Closed mattmartini closed 11 months ago

mattmartini commented 1 year 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'

quambene commented 11 months ago

Flag -l provided in v0.4.0. Please also note the new flag -i for case-insensitive search: https://github.com/quambene/bogrep#search.