Select
Usage | Documentation | Contributing
Kakoune extension to select things.
Projects
Some other projects relying on Select:
Installation
Pathogen
pathogen-infect /home/user/repositories/github.com/alexherbo2/select.kakUsage
select- {list} {command}
list: Element listcommand: Command to execute. The selection is available in the parameter list, accessible through$@in shells or%arg(@)in commands.
Example
define-command test %{
select- 'foo' 'bar' 'baz' 'qux' %{
echo %arg(@)
}
}Commands
Select
- s: Select (Keep matching)
- r: Reject (Keep not matching)
- Return: Validate
- Tab: Toggle multi-selection mode
- d: Delete (Main)
- u: Undo (All)
- j: Down
- k: Up
- q: Quit
Command
select-listcommand: Enter in Select mode using the given list and command to execute