- locate editor executable using
which
crate - add
-w
/--word-regexp
arg - add option to open Context Viewer at startup
- add follow symlinks option
- ability to specify custom command
- read custom editor from environment
- add
less
as an editor option - add a keybindings popup
- add keybindings for changing context viewer size
- fix flushing infinitely when opening nvim with no results found
- support multiple search paths
- Ctrl+c closes an application
- allow to change search pattern without closing an app
- add error handling in case of editor process spawning failure
- improve performance by handling multiple file entries every redraw
- add support for Sublime Text, Micro, Intellij, Goland, Pycharm
- use
helix
as a binary name whenhelix
is set as an editor of choice - prefer $VISUAL variable over $EDITOR when determining text editor to use
- add context viewer
- add support for opening files in Helix
- add support for opening files in VS Code Insiders
- add theme for light environments
- support for ripgrep's configuration file
- add Scoop package
- improve clarity of using multi character input
- add support for opening files in VS Code
- add support for opening files in emacs and emacsclient
- use $EDITOR as a fallback variable
- fix Initial console modes not set error on Windows
- make igrep available on Homebrew
- allow to specify editor using
IGREP_EDITOR
environment variable - add
nvim
as an alias forneovim
- support for searching hidden files/directories via
-.
/--hidden
options
Initial release. Provides basic set of functionalities.