kks
kks copied to clipboard
Handy Kakoune companion.
Beeing able to have completion for `--session` flags is quite nice. See the `kks completion command` for setup instructions.
Hey, what do you think of switching to cobra for argument parsing ? It would allow to add completions for bash/zsh/fish with minimal effort
As I was not able to find a forum/chat link to this plugin, I decided to share here, something to add to the docs? Just sharing the bufline I did...
A command like `kks send -b '*man bc*' delete-buffer` won't work. Kakoune understands that it needs to delete the buffer `*man`. Version: 0.3.8.
It's considered a good practice to check for scanner's error. Also I allowed to myself to dismiss the `clearSessions` func, as it's called from single place only where `kakExec` is...
example: running a script `kks-files` as an external command should parse flags and properly set environments variables for the script ``` kks -s mysession files ```