summaryrefslogtreecommitdiff
path: root/src/rc/grep.kak
AgeCommit message (Collapse)Author
2013-12-23Make kak more installableMaxime Coste
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile
2013-12-13honor jumpclient for grepMaxime Coste
2013-12-07use -try-client in kak files rather than ad-hoc shell logicMaxime Coste
2013-11-14Do not use eval for grepcmd, as it will evaluate \ escapes as wellMaxime Coste
2013-11-08Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kakMaxime Coste
Quotes in the variable are preserved that way.
2013-10-30Remove setg/setb/setw and use set <scope>Maxime Coste
(with scope a prefix of global,buffer or window)
2013-04-17toolsclient option support is back, add docsclient for git-diffMaxime Coste
2013-04-11remove hooks when needed in rc filesMaxime Coste
2013-03-22{grep,make}.kak: use edit! instead of trying to delete bufferMaxime Coste
2013-03-05Strongly typed options supportMaxime Coste
* non builtins options require declaration using the decl command * At the moment, only int and string options are supported, however the goal of this change is to provide a consistent way to support more complex options, namely lists and booleans
2013-02-27grep: highlight columns when presentMaxime Coste
2013-02-21grep,make: bind normal mode return to jumpMaxime Coste
2013-02-21grep,make: support specifying client with toolsclient optionMaxime Coste
When toolsclient option is set, make and grep opens their buffer in the specified client instead of the current one.
2013-02-13grep: remove enventual \rMaxime Coste
2013-01-03Add a nop command to avoid accidental shell output evaluationMaxime Coste
2012-12-07grep.kak: configurable grep command, search selection when no paramsMaxime Coste
2012-12-07cleanup {make,grep}.kakMaxime Coste
2012-10-02grep,make: tweak mktemp call to work on OSXMaxime Coste
2012-09-12rework fifo handling, use real fifos in {make,grep}.kak, update READMEMaxime Coste
2012-09-12grep command uses file completionMaxime Coste
2012-09-09use -shell-params in rc filesMaxime Coste
2012-08-29use fifo buffers for grep and make commandMaxime Coste
2012-08-23grep.kak: do not quote paramsMaxime Coste
2012-08-17grep.kak: use perl regex syntax and quote parametersMaxime Coste
2012-08-14rc/grep.kak: style fixMaxime Coste
2012-08-11use new reg access syntax in rc filesMaxime Coste
2012-08-07rc/{grep,make}.kak: use a scratch buffer to store resultsMaxime Coste
2012-08-07add rc/grep.kak which provides a grep and gjump commandMaxime Coste