OpenUri
The ultimate Sublime Text plugin for opening URIs (URLs) in your file.
Details
Installs
- Total 1K
- Win 785
- Mac 369
- Linux 237
Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
ST-OpenUri
Finally! A performant and highly customizable URI-opening plugin comes.
OpenUri
is a Sublime Text plugin which provides an easy access to URIs (mostly URLs)
in a file by clicking on a phantom, the popup or key/mouse bindings.
Installation
This plugin is available on Package Control by the name of OpenUri.
Settings
To edit settings, go to Preferences
» Package Settings
» OpenUri
» Settings
.
I try to make the settings file self-explanatory. But if you still have questions, feel free to open an issue.
Bindings
Key Bindings
- Open URIs from (multiple) cursors:
Alt + o, Alt + u
(
o, u
is mnemonic forOpen, URI
)
Mouse Bindings
There is no mouse binding but you can add one if you need.
Create Packages/OpenUri/Default.sublime-mousemap
with the following content.
[
// open URL via: alt + right click
{
button: 'button2',
modifiers: ['alt'],
command: 'open_context_url',
},
]
Commands
These commands are always available no matter what show_open_button
is or how large the file is.
Command | Functionality |
---|---|
open_uri_from_cursors | Open URIs from cursors |
open_uri_from_view | Open URIs from the current view |
copy_uri_from_cursors | Copy URIs from cursors |
copy_uri_from_view | Copy URIs from the current view |
select_uri_from_cursors | Select URIs from cursors |
select_uri_from_view | Select URIs from the current view |