ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Open​Uri

by jfcherng ST3

The ultimate Sublime Text plugin for opening URIs (URLs) in your file.

Labels shortcut, url, uri, browser

Details

  • 8.0.2
    6.4.1
  • github.​com
  • github.​com
  • 1 week ago
  • 29 minutes ago
  • 5 years ago

Installs

  • Total 1K
  • Win 771
  • Mac 353
  • Linux 234
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 1 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
Mac 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 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 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

ST-OpenUri

Required ST Build GitHub Actions Package Control GitHub tag (latest SemVer) Project license GitHub stars Donate to this project using Paypal

Finally! A performant and highly customizable URI-opening plugin comes.

screenshot

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 for Open, 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