{"id":20745925,"url":"https://github.com/paulondc/vim-nerdtree-open-externally","last_synced_at":"2025-07-09T23:38:03.331Z","repository":{"id":136927219,"uuid":"155119693","full_name":"paulondc/vim-nerdtree-open-externally","owner":"paulondc","description":":rabbit2: Provides a quick way to open the current item in NERDTree with the default desktop application associated with it :rabbit2:","archived":false,"fork":false,"pushed_at":"2019-04-05T03:51:02.000Z","size":486,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T12:52:59.453Z","etag":null,"topics":["nerdtree","nerdtree-plugin","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paulondc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-28T21:57:43.000Z","updated_at":"2023-01-06T19:10:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"75a80511-e864-4548-b10a-97dac3c551d1","html_url":"https://github.com/paulondc/vim-nerdtree-open-externally","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paulondc/vim-nerdtree-open-externally","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulondc%2Fvim-nerdtree-open-externally","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulondc%2Fvim-nerdtree-open-externally/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulondc%2Fvim-nerdtree-open-externally/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulondc%2Fvim-nerdtree-open-externally/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paulondc","download_url":"https://codeload.github.com/paulondc/vim-nerdtree-open-externally/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paulondc%2Fvim-nerdtree-open-externally/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505365,"owners_count":23618930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nerdtree","nerdtree-plugin","vim","vim-plugin"],"created_at":"2024-11-17T07:23:22.384Z","updated_at":"2025-07-09T23:38:03.312Z","avatar_url":"https://github.com/paulondc.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"data/logo.png?v=1\"/\u003e\n\u003c/p\u003e\n\n## Introduction\nThis is fairly simple plugin for [vim](https://neovim.io/) that provides a way of launching the current item in [NERDTree](https://github.com/scrooloose/nerdtree) with the default desktop application associated with it. This is done by pressing the key `e` on the item you want to open externally (it works with files and directories). Feel free to override the default key mapping to your preferable one via:\n\n```vim\nlet g:nerdTreeOpenExternallyMap = \"e\"\n```\n\nThis plugin supports Linux, MacOS and Windows.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"data/clip.gif?v=1\"/\u003e\n\u003c/p\u003e\n\n## Installation\n\nMake sure you have [NERDTree](https://github.com/scrooloose/nerdtree) installed locally.\n\n#### [VimPlug](https://github.com/junegunn/vim-plug)\n\nAdd the configuration below after [NERDTree](https://github.com/scrooloose/nerdtree) plugin in your vim configuration (neovim: `~/.config/nvim/init.vim`, vim: `~/.vimrc`):\n\n```vim\nPlug 'paulondc/vim-nerdtree-open-externally'\n```\n\nThen run the following in Vim:\n\n```vim\n:source %\n:PlugInstall\n```\n\n## Issues\nvim-nerdtree-open-externally development discussions and bug reports are collected on [Issues](https://github.com/paulondc/vim-nerdtree-open-externally/issues)\n\n## Acknowledgements\nvim-nerdtree-open-externally was initially based on [vim-nerdtree_plugin_open](https://github.com/woelke/vim-nerdtree_plugin_open)\n\n## License\nvim-nerdtree-open-externally is free software; you can redistribute it and/or modify it under the terms of the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulondc%2Fvim-nerdtree-open-externally","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulondc%2Fvim-nerdtree-open-externally","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulondc%2Fvim-nerdtree-open-externally/lists"}