Skip to content

6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 09:35
· 358 commits to master since this release

🎇 Shiny New Things

Custom searches (#19 #53 #72 #77)

It enables you to create a custom search command that includes

  • Command name
  • Search by
  • Default input
  • Command prefix
  • Sort priorities
  • Includes prefix path patterns
  • Excludes prefix path patterns

And it shows the current search command and their actual query that contains default input.

image

Grep

This feature requires ripgrep that can call from anywhere. In other words, the rg --version command must be in a state to succeed everywhere.

2022-08-16_17h55_56.mp4

image

  • TAB: Search (not realtime)
  • Ctrl + , : preview
  • Input regards as a regex pattern
  • Because ripgrep search just fastly when you need to search, it needs no indexes and caches, of course, no need to create them before!

🔥 Breaking changes

v6.0.0 has some breaking changes related to commands and settings.

Commands

These commands were removed or renamed command ids.

  1. Normal search
  2. Recommended recent search
  3. Recent search
  4. Filename recent search
  5. Star Recent Search

In other words, It is necessary to reconfigure hotkey settings and other plugin settings.

If you want to use commands precisely the same as before, please look to the old README and set the priorities as the same.

Note
Example for "Normal search"
Demo

Settings

Before After
Search by headers in Search commands
Search by links in Search commands
Ignore prefix path patterns for Normal search in Search commands
Ignore prefix path patterns for Recent search in Search commands
Ignore prefix path patterns for Filename Recent search in Search commands
Ignore prefix path patterns for Backlink search Exclude prefix path patterns for "Backlink search"
Ignore prefix path patterns for Move file to another folder Exclude prefix path patterns for "Move file to another folder"

✨ New Things

Add "insert all to editor" in dialog

Alt + Shift + Enter 👍

2022-07-31_14h47_09.mp4

Add a count view of the number of suggestions

image

Add a <current_dir> directive that means the current directory, in "Include prefix path patterns" and "Exclude prefix path patterns" (#38)

image

Add a "Hide hotkey guides" option (#80)

OFF
image

ON
image

🔼 Improvements

  • Improve a dialog position of "Header floating search in file" (Recursive divided pane and multi popup windows)

🦾 No longer broken

  • Fix a layout bug about "Move file to another folder"

Thanks @FelipeRearden!