Explore things with your favorite explorer.
Add explore to your autoload or source the files in the directory manually.
require-module exploreEnable 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 srckak srcExample – Explore the current buffer directory:
editExample – Explore the directory whose name is selected with gf:
require "../src/project"Example – Explore buffers:
bufferalias global explore-files fzf-files
alias global explore-buffers fzf-buffersSee connect.kak.