Skip to content

Supraboy981322/vimc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

VIMc

VIMc is a very basic VimSript "interpreter" for running .vim files in the terminal. It is essentially just a wrapper around Vim that auto runs your .vim script in a headless mode then quits

Did you expect me to write something which didn't need to be written? If something more than adequate can be written as a simple wrapper, why do any more?

Usage

  • help

    vimc -h
  • run file

    (replace /foo/bar/baz.vim with your VimScript file)

    vimc /foo/bar/baz.vim
  • Hashbang

    Add this hashbang to the top of your VimScript

    (replace /usr/bin/vimc with your VIMc path)

    #!/usr/bin/vimc
    

Dependencies

  • Vim

Installation

  • Download binary

    wcurl:

    wcurl https://raw.githubusercontent.com/Supraboy981322/vimc/master/build/vimc
  • Make executable (may require su)

    chmod a+x vimc
  • Move binary to $PATH (may require su)

    ie: /usr/bin

    mv vimc /usr/bin/vimc

About

Run VimScript in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages