sponsor Vim development Vim logo Vim Book Ad

NERDTree Fetch : NERDTree plugin to pull a file from the internet in the current node

 script karma  Rating 9/3, Downloaded by 1773  Comments, bugs, improvements  Vim wiki

created by
Mark Gandolfo
 
script type
utility
 
description
This is a simple plugin for NERDTree to allow a file to be pulled from the internet using wget or curl.

Github: https://github.com/markgandolfo/nerdtree-fetch.vim

To use place the cursor over the directory you wish to pull the file into, and open the file menu in NERDTree using (m), then press (f) . You will get an input asking you to enter the url of the file. Fill in the the url and press enter.
 
install details
To install the plugin just copy autoload, plugin, doc directories into your .vim directory.

Vundle

To Install using Vundle add the following to your vimrc file after the NerdTree Bundle.

Bundle 'markgandolfo/nerdtree-fetch.vim'
Pathogen

To install via Pathogen run the following commands

cd ~/.vim/bundle
git clone git@github.com:markgandolfo/nerdtree-fetch.vim.git
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
nerdtree-fetch.vim-1.3.tar.gz 1.3 2014-08-25 7.0 Mark Gandolfo * Changed name to nerdtree-fetch from nerdtree-wget.
* I know use curl if wget is unavailable
nerdtree-wget.tgz 1.2 2014-01-25 7.0 Mark Gandolfo Moved plugin to after/plugin to ensure it's loaded after nerdtree
nerdtree-wget.vim.tgz 1.1 2014-01-23 7.0 Mark Gandolfo Fixed current path upload with wget.
nerdtree-wget.tgz 1 2014-01-19 7.0 Mark Gandolfo Initial upload
ip used for rating: 18.220.160.216

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github