Skip to content

Latest commit

 

History

History

yatline-symlink.yazi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

yatline-symlink.yazi

An addon to show symlink target in your yatline.yazi's status or header line.

yatline-symlink example screenshot

Requirements

Installation

ya pack -a lpanebr/yazi-plugins:yatline-symlink

Usage

Important

Add this to your ~/.config/yazi/init.lua after yatline.yazi's initialization.

require("yatline-symlink"):setup()

Then, add it in one of your sections in the yatline configuration using:

{ type = "coloreds", custom = false, name = "symlink" }

Optional configuration:

require("githead"):setup({
  symlink_color = "white"
}