NAME

Vimana - Vim script manager.

DESCRIPTION

Vimana is an easy to use system for searching , installing, and downloading vim script.

Vimana provides a command-line interface such like aptitude programe on Debian linux, for you to search , download , install , upgrade scripts from http://www.vim.org (vimonline site).

Vimana can install a vim script package to your vim runtime path automatically by inspecting the content of archive file or vim script. for example , if an archive file contains 'syntax','plugin','indent' directory , then these files should be installed to ~/.vim/ directory. if it's a vim color scheme , then it should be put into ~/.vim/colors/ and prompt for setting the installed colorscheme as default.

We plan to provide port files via git repository, vimrc customization and internationalization in future.

( In some modern Indian languages, vimāna or vimān means "aircraft". )

NOTE: Vimana only provides search,info,install commmands currently.

* Getting started from Vimana::Manual.

USAGE

to update index

$ vimana update 

check rails.vim plugin info

$ vimana info rails.vim

to search scripts:

$ vimana s perl

to install package:

$ vimana i autocomplpop.vim

FUNCTIONS

AUTHOR

You-An Lin 林佑安 ( Cornelius / c9s ) <cornelius.howl at gmail.com>

Vimana Git Repository

http://github.com/c9s/Vimana/tree/master

BUGS

Please report any bugs or feature requests to bug-vim-get at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Vimana. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

TODOS

* auto rating

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Vimana

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 You-An Lin 林佑安 ( Cornelius / c9s ), all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.