Skip to content

A plugin for yazi to calculate the size of the current selection or the current working directory

License

Notifications You must be signed in to change notification settings

pirafrank/what-size.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

what-size.yazi

A plugin for yazi to calculate the size of the current selection or the current working directory (if no selection is made).

Requirements

  • du

Installation

ya pack -a 'pirafrank/what-size'

Usage

Add this to your ~/.config/yazi/keymap.toml:

[manager]
prepend_keymap = [
  { on   = [ ".", "s" ], run  = "plugin what-size", desc = "Calc size of selection or cwd" },
]

If you want to copy the result to clipboard, you can add --clipboard or -c as first argument:

[manager]
prepend_keymap = [
  { on   = [ ".", "s" ], run  = "plugin what-size --args='--clipboard'", desc = "Calc size of selection or cwd" },
]

Change to whatever keybinding you like.

License

MIT

About

A plugin for yazi to calculate the size of the current selection or the current working directory

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages