Vundle CLI
A (tiny) CLI for Vim plugin manager Vundle
Available commands:
rmremove a bundlelistlist all installed bundlesfindfind 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
- Fork it ( http://github.com/baopham/vundle-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request