You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
chodak166 ade62929ac Added yazi/fsel configs 2 weeks ago
..
LICENSE Added yazi/fsel configs 2 weeks ago
README.md Added yazi/fsel configs 2 weeks ago
main.lua Added yazi/fsel configs 2 weeks ago

README.md

open-with-cmd.yazi

This is a Yazi plugin for opening files with a prompted command.

Installation

Install the plugin:

ya pkg add Ape/open-with-cmd

Create ~/.config/yazi/keymap.toml and add:

[[manager.prepend_keymap]]
on   = "o"
run  = "plugin open-with-cmd -- block"
desc = "Open with command in the terminal"

[[manager.prepend_keymap]]
on   = "O"
run  = "plugin open-with-cmd"
desc = "Open with command"