Skip to content

FlyingWombat/explore.kak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

explore.kak

Explore things with your favorite explorer.

Installation

Add explore to your autoload or source the files in the directory manually.

require-module explore

Usage

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

Configuration

alias global explore-files fzf-files
alias global explore-buffers fzf-buffers

See connect.kak.

About

Explore things with your favorite explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published