A small Neovim extension to execute shell commands as Neovim commands. 🐚 ✒️
This repository contains the source code for a Neovim plugin that lets you execute shell commands from the Neovim command line. To enable this functionality, Shelley provides a Neovim command.
To install Shelley, use the plugin manager of your choice. To use
Shelley with LazyVim
, you would add the following spec code to your
LazyVim
configuration:
return {
'alyxshang/shelley.nvim',
config = function()
require("shelley").setup()
end
}
To run a shell command from the Neovim command prompt, the Shelley
command is used. The command takes one argument, namely the shell
command to run. The example below demonstrates how to use this command:
:Shelley "echo 'Hello World!'"
Please note that the shell command must be surrounded by double quotes.
- Upload to GitHub.
- Initial release.
- Shelly.nvim 🐚 ✒️ by Alyx Shang 🖤.
- Licensed under the FSL v1.