| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-23 | Make kak more installable | Maxime 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-13 | honor jumpclient for grep | Maxime Coste | |
| 2013-12-07 | use -try-client in kak files rather than ad-hoc shell logic | Maxime Coste | |
| 2013-11-14 | Do not use eval for grepcmd, as it will evaluate \ escapes as well | Maxime Coste | |
| 2013-11-08 | Use eval ${kak_opt_(make|grep}cmd} in (make|grep).kak | Maxime Coste | |
| Quotes in the variable are preserved that way. | |||
| 2013-10-30 | Remove setg/setb/setw and use set <scope> | Maxime Coste | |
| (with scope a prefix of global,buffer or window) | |||
| 2013-04-17 | toolsclient option support is back, add docsclient for git-diff | Maxime Coste | |
| 2013-04-11 | remove hooks when needed in rc files | Maxime Coste | |
| 2013-03-22 | {grep,make}.kak: use edit! instead of trying to delete buffer | Maxime Coste | |
| 2013-03-05 | Strongly typed options support | Maxime 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-27 | grep: highlight columns when present | Maxime Coste | |
| 2013-02-21 | grep,make: bind normal mode return to jump | Maxime Coste | |
| 2013-02-21 | grep,make: support specifying client with toolsclient option | Maxime Coste | |
| When toolsclient option is set, make and grep opens their buffer in the specified client instead of the current one. | |||
| 2013-02-13 | grep: remove enventual \r | Maxime Coste | |
| 2013-01-03 | Add a nop command to avoid accidental shell output evaluation | Maxime Coste | |
| 2012-12-07 | grep.kak: configurable grep command, search selection when no params | Maxime Coste | |
| 2012-12-07 | cleanup {make,grep}.kak | Maxime Coste | |
| 2012-10-02 | grep,make: tweak mktemp call to work on OSX | Maxime Coste | |
| 2012-09-12 | rework fifo handling, use real fifos in {make,grep}.kak, update README | Maxime Coste | |
| 2012-09-12 | grep command uses file completion | Maxime Coste | |
| 2012-09-09 | use -shell-params in rc files | Maxime Coste | |
| 2012-08-29 | use fifo buffers for grep and make command | Maxime Coste | |
| 2012-08-23 | grep.kak: do not quote params | Maxime Coste | |
| 2012-08-17 | grep.kak: use perl regex syntax and quote parameters | Maxime Coste | |
| 2012-08-14 | rc/grep.kak: style fix | Maxime Coste | |
| 2012-08-11 | use new reg access syntax in rc files | Maxime Coste | |
| 2012-08-07 | rc/{grep,make}.kak: use a scratch buffer to store results | Maxime Coste | |
| 2012-08-07 | add rc/grep.kak which provides a grep and gjump command | Maxime Coste | |
