Datasette Ripgrep Versions Save

Web interface for searching your code using ripgrep, built as a Datasette plugin

0.8.2

7 months ago
  • Fix for issue where templates were not rendered with access to the current request. #29

0.8.1

9 months ago
  • Only show the navigation menu item if the plugin has been configured. #28

0.8

1 year ago
  • Search results now show a visible gap between different ranges of line numbers. #27
  • Python 3.6 is no longer supported.

0.7.1

1 year ago
  • Fix breadcrumbs for compatibility with Datasette 0.63+.

0.7

3 years ago
  • Use white-space: pre-wrap when displaying lines, so lines now wrap. #21
  • Long lines in results are now truncated, with a [...] link to expand them to full length. #22

0.6.1

3 years ago
  • Improved README with better tagline and better examples.

0.6

3 years ago
  • Now adds a link to Datasette's global navigation menu. #16
  • Code snippets in search scroll horizontally.

0.5

3 years ago
  • Support for ?glob= option for adding -g file filter patterns. #9
  • Improved configuration instructions. #15

0.4

3 years ago
  • Show context around each match. #13
  • Use :target CSS instead of JavaScript to highlight linked line. Thanks, Louis Lévêque. #14

0.3

3 years ago
  • Option to ignore case. #12
  • Option to treat input as a literal string, not a regular expression. #8