linkgopher icon indicating copy to clipboard operation
linkgopher copied to clipboard

add powerful, dynamic filter

Open az0 opened this issue 7 years ago • 2 comments

On the results page, present a form that adjust the results in real time. The options include

  • [ ] Remove anchors like #foo
  • [ ] Remove query strings like ?foo=1&bar=1
  • [ ] Remove paths like /foo/bar.html
  • [ ] Include URLs that match pattern
  • [ ] Exclude URLs that match pattern

The form has a reset button

The settings are persistent (in other words, remembered)

az0 avatar Feb 11 '18 18:02 az0

Or, simply, a regular expression (i.e. regex or regexp) if I understand your post correctly, right? I was going to create a feature request ticket asking for an inverse filter feature but I believe negative lookaheads in regex should achieve the same effect (when used properly, that is).

systwi-again avatar Jul 27 '22 20:07 systwi-again

still in the works?

jadedgnome avatar Mar 04 '23 14:03 jadedgnome