index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
tools
/
grep.kak
Age
Commit message (
Expand
)
Author
2024-11-27
Fix grep arguments being evaluated in toolsclient context
Johannes Altmanninger
2024-11-12
grep.kak: make it possible to search for patterns starting with '-'
Olivier Perret
2024-08-05
rc make/grep: evaluate makecmd in calling context, use eval semantics again
Johannes Altmanninger
2024-06-26
Fix corner case in passin arguments to grep and make
Maxime Coste
2024-06-22
Add a -script switch to the fifo to cater for grep/make use cases
Maxime Coste
2024-06-07
Add a `fifo` helper command and refactor `make` and `grep` to use it
Maxime Coste
2024-04-27
Make grep-(next|prev)-match use the latest buffer matching \*grep(-.*)\*
Maxime Coste
2024-03-31
Reset SIGINT handler in background processes
Johannes Altmanninger
2024-03-11
Modularize grep.kak, make.kak and jump.kak
Maxime Coste
2024-03-06
jump{,-next,-previous} cmds to navigate any grep-like buffer
Johannes Altmanninger
2024-02-27
rc grep/make: don't touch user selections
Johannes Altmanninger
2024-02-27
rc grep/make: never match multiline filenames
Johannes Altmanninger
2024-02-27
rc grep/make: Revert "Support windows style path in grep output"
Johannes Altmanninger
2023-11-12
rc grep: include stderr in grep buffer
Johannes Altmanninger
2023-04-06
case directly to $kak_opt_grepcmd
JacobTravers
2023-04-05
apply literal flag according to grep tool
JacobTravers
2023-03-31
Use grep -F when no argument is passed (literal string match)
JacobTravers
2022-07-05
Move user mappings to <space> and keep/remove selection to ,
Maxime Coste
2022-07-05
Make `x` just select the full lines
Maxime Coste
2022-03-06
Add a complete-command command to configure command completion
Maxime Coste
2020-09-06
Apply suggestions from code review
Maxime Coste
2020-09-02
rc clang grep: Make docstrings more readable
Frank LENORMAND
2020-08-14
bring *grep* buffer to front in context of toolsclient
Vladimir Bauer
2019-12-31
Slight code cleanup in grep.kak
Maxime Coste
2019-10-23
Add a -verbatim switch to evaluate-commands for perfect forwarding
Maxime Coste
2019-10-01
Merge remote-tracking branch 'occivink/grep-space'
Maxime Coste
2019-09-30
grep: fix for filenames containg spaces
Olivier Perret
2019-09-26
Do not autoscroll on grep results
Maxime Coste
2019-06-10
Revert "Don't create subshells when unnecessary"
codesoap
2019-06-09
Don't create subshells when unnecessary
codesoap
2019-06-09
Fix tools using fifos for OpenBSD
codesoap
2019-03-21
Add categories in rc/
Alex Leferry 2