Vundle CLI

A (tiny) CLI for Vim plugin manager Vundle

Available commands:

  • rm remove a bundle
  • list list all installed bundles
  • find find an installed bundle

rm will remove the line Bundle bundle_name in your .vimrc and look for a configuration file for this bundle in the specified settings directory, then it will ask if you want to remove the file or not.

I built this so that it's quicker to uninstall a bundle with my particular vim setup

Installation

Add this line to your application's Gemfile:

gem 'vundle-cli'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vundle-cli

Usage

NAME:

vundle

DESCRIPTION:

A (tiny) CLI for Vim plugin manager Vundle

COMMANDS:

find                 Search for an installed bundle  
help                 Display global or [command] help documentation  
list                 List all installed bundles  
rm                   Remove a bundle  

GLOBAL OPTIONS:

-h, --help  
    Display help documentation

-v, --version  
    Display version information

-t, --trace  
    Display backtrace when an error occurs

Contributing

  1. Fork it ( http://github.com/baopham/vundle-cli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request