Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivalkeen/nerdtree-execute
Plugin for NERD Tree that provides an execute menu item, that executes system default application for file or directory
https://github.com/ivalkeen/nerdtree-execute
nerdtree vim
Last synced: about 2 months ago
JSON representation
Plugin for NERD Tree that provides an execute menu item, that executes system default application for file or directory
- Host: GitHub
- URL: https://github.com/ivalkeen/nerdtree-execute
- Owner: ivalkeen
- Created: 2010-05-27T17:55:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T13:04:39.000Z (over 4 years ago)
- Last Synced: 2024-06-15T10:31:59.090Z (5 months ago)
- Topics: nerdtree, vim
- Language: VimL
- Homepage:
- Size: 7.81 KB
- Stars: 48
- Watchers: 2
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
Awesome Lists containing this project
README
# nerdtree-execute
Plugin for [NERDTree](https://github.com/scrooloose/nerdtree) that provides an execute menu item, that executes system default application for file or directory
## Installation
### Manual install
Unzip into your `.vim` directory### Pathogen install
Clone this repo into your `.vim/bundle` directory## Usage
When navigating in NERDTree, select file or directory, press 'm' key, and NERDTree menu will appear. Press 'x' then to execute system default application for selected file/directory, using this plugin. You can open your favourite image editor for images, pdf reader for pdfs etc.## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Self-Promotion
If you like this project, please follow the repository on [GitHub](https://github.com/ivalkeen/nerdtree-execute) and vote for it on
[vim.org](http://www.vim.org/scripts/script.php?script_id=4672). Also, you might consider visiting my [blog](http://www.tkalin.com) and following me on [Twitter](https://twitter.com/ivalkeen) and [Github](https://github.com/ivalkeen).[1]: http://i.imgur.com/1UrMOpd.png
[2]: https://github.com/kien/ctrlp.vim
[3]: https://github.com/gmarik/vundle