Skip to content

Tyarel8/whide.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

whide.yazi

A plugin for yazi to hide/unhide files or folders in windows.

Installation

ya pack -a 'Tyarel8/whide'

Usage

Add this to your keymap.toml:

[manager]
prepend_keymap = [
  { on   = [ "'", "h" ], run  = "plugin whide --args='hide'", desc = "Hide files" },
  { on   = [ "'", "H" ], run  = "plugin whide --args='unhide'", desc = "Unhide files" },
  { on   = [ "'", "<A-h>" ], run  = "plugin whide --args='toggle'", desc = "Toggle hidden status" },
]

It will apply to all selected or hovered if there is no selection.

Important

When hiding a file, yazi will either show the file still normal, or show the file hidden along with the previous normal file until you do something like opening a new tab or closing yazi and opening it again.

About

Yazi plugin to hide/unhide files in windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages