A Sublime Text plugin to allow copying paths from file(s) in Windows Explorer.
- Sublime Text v3+
- Dependencies:
-
- python-pywin32
-
Paste paths of local files from by copying a file in Windows Explorer.
-
By default binds to
CTRL+ALT+V. When pasting, if the contents of the clipboard are not a 'file' copied in Windows Explorer, the original Paste command is executed. This behaviour is to enable better experience if you replace the default pasting shorcutCTRL+V.
Sublime Text Package Control package manager
- Open "Package Control: Install Package" from the Command Palette (
Ctrl/Super+Shift+P). - Select the "Paste Plus" option to install.
git clone https://github.com/ggets/Sublime_PastePlus.git "Paste Plus"Ideas and pull requests are welcome