Releases: konradsz/igrep
Releases · konradsz/igrep
v1.3.0
- 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
v1.2.0
- support multiple search paths
- Ctrl+c closes an application
- allow to change search pattern without closing an app
v1.1.0
- 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 when helix
is set as an editor of choice
- prefer $VISUAL variable over $EDITOR when determining text editor to use
v1.0.0
- add context viewer
- add support for opening files in Helix
v0.5.1
- add support for opening files in VS Code Insiders
v0.5.0
- add theme for light environments
- support for ripgrep's configuration file
- add Scoop package
v0.4.0
- improve clarity of using multi character input
- add support for opening files in VS Code
- add support for opening files in emacs and emacsclient
v0.3.0
- use $EDITOR as a fallback variable
- fix Initial console modes not set error on Windows
- make igrep available on Homebrew
v0.2.0
- allow to specify editor using
IGREP_EDITOR
environment variable
- add
nvim
as an alias for neovim
- support for searching hidden files/directories via
-.
/--hidden
options
v0.1.2
v0.1.2: Introducing igrep.