datasette-ripgrep

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

APACHE-2.0 License

Downloads
435
Stars
70
Committers
1

Bot releases are hidden (Show)

datasette-ripgrep - 0.8.2 Latest Release

Published by simonw 12 months ago

  • Fix for issue where templates were not rendered with access to the current request. #29
datasette-ripgrep - 0.8.1

Published by simonw about 1 year ago

  • Only show the navigation menu item if the plugin has been configured. #28
datasette-ripgrep - 0.8

Published by simonw almost 2 years ago

  • Search results now show a visible gap between different ranges of line numbers. #27
  • Python 3.6 is no longer supported.
datasette-ripgrep - 0.7.1

Published by simonw almost 2 years ago

  • Fix breadcrumbs for compatibility with Datasette 0.63+.
datasette-ripgrep - 0.7

Published by simonw over 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
datasette-ripgrep - 0.6.1

Published by simonw almost 4 years ago

  • Improved README with better tagline and better examples.
datasette-ripgrep - 0.6

Published by simonw almost 4 years ago

  • Now adds a link to Datasette's global navigation menu. #16
  • Code snippets in search scroll horizontally.
datasette-ripgrep - 0.5

Published by simonw almost 4 years ago

  • Support for ?glob= option for adding -g file filter patterns. #9
  • Improved configuration instructions. #15
datasette-ripgrep - 0.4

Published by simonw almost 4 years ago

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

Published by simonw almost 4 years ago

  • Option to ignore case. #12
  • Option to treat input as a literal string, not a regular expression. #8
datasette-ripgrep - 0.2.1

Published by simonw almost 4 years ago

  • Fixed a bug where patterns like -v could be interpreted as command-line arguments. #7
  • Links to view files now correctly escape characters such as {.
datasette-ripgrep - 0.2

Published by simonw almost 4 years ago

  • Search results now link to the full source code, with line numbers and highlights. #4
  • Respect view-instance permission, so you can protect this using Datasette's authentication and permissions system. #6
datasette-ripgrep - 0.1

Published by simonw almost 4 years ago

  • First non-alpha release
  • Now implements both a time limit and a lines-returned limit. #3
  • New time_limit and max_lines configuration options.
  • Live demo at https://ripgrep.datasette.io/-/ripgrep
datasette-ripgrep - 0.1a1

Published by simonw almost 4 years ago

  • Fixed bug where template was not packaged in the release. #1
  • Fixed bug caused by call to proc.terminate()
datasette-ripgrep - 0.1a0

Published by simonw almost 4 years ago

  • Initial alpha prototype