stevearc / oil.nvim

Neovim file explorer: edit your filesystem like a buffer
MIT License
3.36k stars 91 forks source link

feature request: custom actions #395

Closed ndavd closed 1 month ago

ndavd commented 1 month ago

Did you check existing requests?

Describe the feature

Allow for custom actions: For example the one I want to do is calling the external command dragon (https://github.com/mwh/dragon) to drag files or folders to external problems.

Provide background

No response

What is the significance of this feature?

strongly desired

Additional details

No response

ndavd commented 1 month ago

Closing as I can use actions.open_external for this.