Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/culmat/eexplorer
Eclipse Plugin to embed Windows Explorer and keep it in sync with your work.
https://github.com/culmat/eexplorer
Last synced: about 2 months ago
JSON representation
Eclipse Plugin to embed Windows Explorer and keep it in sync with your work.
- Host: GitHub
- URL: https://github.com/culmat/eexplorer
- Owner: culmat
- Created: 2014-04-28T16:53:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-31T20:48:37.000Z (almost 4 years ago)
- Last Synced: 2023-03-22T03:11:19.060Z (almost 2 years ago)
- Language: Java
- Size: 2.24 MB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![eExplorer icon](http://marketplace.eclipse.org/sites/default/files/styles/ds_medium/public/eExplorer_Icon.png) eExplorer
← Drag it to your eclipse workbench to install! (I recommend Main Toolbar as Drop Target)
or use `https://culmat.github.io/eExplorer/updatesite/` in Help -> Install New Software ... Dialog.
**eExplorer** is an Eclipse plugin to embed Windows Explorer and keep it in sync with your work.
#### Features
- sync with Project Explorer, Package Explorer and Git Repositories View
- breadcrump to navigate to any folder or preview files (that Internet Explorer can render, e.g. .txt, .xml, images)
- pop out native explorer window
- browsing history
- Shortcuts
- from anywhere to open Explorer view
- Ctrl+Alt+Shift+E
- or Alt+Shift+W (or right-click "Show In" menu) to open Explorer View for selected folder/package
- from within Explorer view
- Alt+C Copy path to clipboard (e.g. to bookmark it)
- Alt+V Paste path from clipboard (e.g. to go back to bookmark)
- Alt+← Back in history
- Alt+↑ Up one level
- Alt+→ Forward in history
- Alt+O Pop out native explorer windowExplorer is a tool many of us use every day and many of us customize to their needs, so it is
only natural we long for an easy integration in Eclipse.
There are many plugins that allow to copy a resources path to clipboard (to paste it into Explorer), to open a terminal, to open Explorer.I have been using EasyShell for a long time, and still use it. But I found myself having too many Explorer Windows open on a regular basis.
That is why I wrote eExplorer. Now the terminal, unzip, thumbnail, git bash, and many more are always present.I hope you like eExplorer - you can [request features and report issues](https://github.com/culmat/eExplorer/issues) or you might try another option like
- [EasyShell](http://marketplace.eclipse.org/content/easyshell)
- [copy path plugins](http://marketplace.eclipse.org/search/site/copy%2520path)
- [open explorer plugins](http://marketplace.eclipse.org/search/site/open%2520explorer)#### Contributing
[Pull requests](http://help.github.com/send-pull-requests) are welcome.