quambene
quambene
I was trying out divan, and I'm wondering if there is support for benchmarking async functions, e.g. using a tokio runtime (cf. https://bheisler.github.io/criterion.rs/book/user_guide/benchmarking_async.html#benchmarking-async-functions)? Feel free to close this issue if...
Parallelize requests for fetching bookmarks
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...
Likely candidates, unlikely candidates, etc. are currently hardcoded. This MR introduces `extract_with_scorer` with a customizable `Scorer`.
**Is your feature request related to a problem? Please describe.** Often, the target file already exists on a system that was just set up. For example, `~/.bashrc` already exists which...
**Bug:** `sk --tiebreak=end --case=ignore --exact` ignores the file name if the path already includes the same search term. For example, this is leading to bad search results if you are...