Explore things with your favorite explorer.
Add explore
to your autoload or source the files in the directory manually.
require-module explore
Enable explore with explore-enable
.
Contrarily to its name, explore.kak does not explore files by itself, but provides an interface for exploring things (currently files and buffers) with a command implementation.
The configuration section will give you a quick idea of how you can hook your favorite explorer.
Example – Explore a directory:
edit src
kak src
Example – Explore the current buffer directory:
edit
Example – Explore the directory whose name is selected with gf
:
require "../src/project"
Example – Explore buffers:
buffer
alias global explore-files fzf-files
alias global explore-buffers fzf-buffers
See connect.kak.