bogrep icon indicating copy to clipboard operation
bogrep copied to clipboard

Grep your bookmarks

Results 6 bogrep issues
Sort by recently updated
recently updated
newest added

Parallelize requests for fetching bookmarks

When trying to do a `bogrep fetch` I am getting the error below. `$ bogrep fetch` `Error: Can't create file at /Users/USERNAME/Library/Application Support/bogrep/cache/78aa542f-52c1-4b5e-b475-15293854996a.txt: Too many open files (os error 24)`...

If there is a link in the text or formatting like italics spaces are omitted between the linked text and adjacent words. In the example below, `popularCookie Clicker`, "Cookie Clicker"...

Implement `bogrep -f ` for fuzzy search

To enable markdown mode again, the following needs to be fixed: 1. panics for `bogrep --mode markdown` (cf. https://github.com/quambene/bogrep/issues/30) :heavy_check_mark: 1. conversion from HTML to markdown is leading to >1...

Plaintext of fetched bookmarks is cached in a single line. Instead each paragraph in HTML should translate to a new line in the parsed plaintext. This will lead to better...