An open API service indexing awesome lists of open source software.

https://github.com/ape/open-with-cmd.yazi

Yazi plugin for opening files with a prompted command
https://github.com/ape/open-with-cmd.yazi

yazi yazi-plugin

Last synced: 7 months ago
JSON representation

Yazi plugin for opening files with a prompted command

Awesome Lists containing this project

README

          

# open-with-cmd.yazi

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

## Installation

Install the plugin:

```
ya pack -a Ape/open-with-cmd
```

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

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

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