Hacker News new | ask | show | jobs
by mmb 5660 days ago
I wrote this so I would not have to rely on a third party for bookmarking and so I could have regex search:

https://github.com/mmb/murlsh

1 comments

that's full-text regex, correct?
It's regex search the of the url itself and the page title. It doesn't match against the full document if that's what you mean. That's an interesting idea though.
ah, yes. that's what i meant. thnx for the clarification tho. i assumed it was full-text.