beautiful-pastebin : Extract a code from pastebin
| script karma |
Rating 11/5,
Downloaded by 921 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Aman Agarwal |
| |
| script type |
| utility |
| |
| description |
| The vim plugin script used for downloading and uploading code directly from/to pastebin to/from your vim text editor. |
| |
| install details |
Install BeautifulSoup http://www.crummy.com/software/BeautifulSoup/
Usage:
Just put bin.vim and beautiful.py in your ~/.vim/plugin (Note :if ~/.vim/plugin is not there than create it)
You have to set your pastebin emailid/language
:let g:pastebin_emailid="username@domain.com"
:let g:pastebin_language="language"
And if you want to keep your language and email setting forever,
Simply put them in your ~/.vimrc
type:
:PasteBin To get code to your vim editor
:PasteBinUpload To upload the text from vim editor to pastebin
|
| |
script versions (upload new version)
Click on the package to download.
| beautiful-pastebin.zip |
1.1 |
2011-06-08 |
7.0 |
Aman Agarwal |
You have to set your pastebin emailid/language
:let g:pastebin_emailid="username@domain.com"
:let g:pastebin_language="language"
And if you want to keep your language and email setting forever,
Simply put them in your ~/.vimrc
type:
:PasteBin To get code to your vim editor
:PasteBinUpload To Upload the text from vim editor to pastebin
|
| beautiful-pastebin.zip |
1.0 |
2011-06-08 |
7.0 |
Aman Agarwal |
Initial upload |
ip used for rating: 216.73.216.158
|