Skip to content

A neovim plugin to register macros to terminal commands

License

Notifications You must be signed in to change notification settings

gabriGutiz/termacro.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Termacro

A nvim plugin to create macros to your terminal commands.

For now termacro.nvim is a test and is not in it's best version.

Setup

Clone the repository

Clone the repository in your machine.

$ git clone https://github.com/gabriGutiz/termacro.nvim

Add plugin to neovim

Add using lazy.nvim:

return {
    dir = "~/Documents/projects/termacro", -- path to where termacro was cloned
    name = "termacro",
    config = function ()
        require('termacro').setup({
            key = ";"
        })
    end
}

TO-DO

  • Add tests
  • Make command output on buffer optional
  • Command usage without having to use input
  • Make commands persist after exiting nvim
  • Use temporary buffer that doesn't need to be deleted (it's possible?)
  • Edit commands
  • See created commands
  • User can create commands on configuration
  • User can create default commands depending on the file type
  • Add help

About

A neovim plugin to register macros to terminal commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages