All Projects → jfcherng-sublime → ST-OpenUri

jfcherng-sublime / ST-OpenUri

Licence: MIT license
The ultimate Sublime Text plugin for opening URIs (URLs) in your file.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ST-OpenUri

ocaml-uri
RFC3986 URI parsing library for OCaml
Stars: ✭ 85 (+240%)
Mutual labels:  url, uri
Uri Parser
RFC3986/RFC3987 compliant URI parser
Stars: ✭ 342 (+1268%)
Mutual labels:  url, uri
UrlCombine
C# util for combining Url paths. Works similarly to Path.Combine.
Stars: ✭ 23 (-8%)
Mutual labels:  url, uri
uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
Stars: ✭ 16 (-36%)
Mutual labels:  url, uri
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+688%)
Mutual labels:  url, uri
uri-query-parser
a parser and a builder to work with URI query string the right way in PHP
Stars: ✭ 38 (+52%)
Mutual labels:  url, uri
Searchwithmybrowser
Open Cortana searches with your default browser.
Stars: ✭ 285 (+1040%)
Mutual labels:  url, uri
Linkt
A lightweight and simple Kotlin library for deep link handling on Android 🔗.
Stars: ✭ 101 (+304%)
Mutual labels:  url, uri
Tldts
JavaScript Library to work against complex domain names, subdomains and URIs.
Stars: ✭ 151 (+504%)
Mutual labels:  url, uri
Bidi
Bidirectional URI routing
Stars: ✭ 941 (+3664%)
Mutual labels:  url, uri
url-normalize
URL normalization for Python
Stars: ✭ 82 (+228%)
Mutual labels:  url, uri
Pguri
uri type for PostgreSQL
Stars: ✭ 235 (+840%)
Mutual labels:  url, uri
Uri
🌏 Functions for making sense out of URIs in PHP
Stars: ✭ 259 (+936%)
Mutual labels:  url, uri
Uri.js
Javascript URL mutation library
Stars: ✭ 6,119 (+24376%)
Mutual labels:  url, uri
Scala Uri
Simple scala library for building and parsing URIs
Stars: ✭ 225 (+800%)
Mutual labels:  url, uri
Uri Components
League URI components objects
Stars: ✭ 244 (+876%)
Mutual labels:  url, uri
TwoDark
Atom's OneDark inspired theme for Sublime Text
Stars: ✭ 19 (-24%)
Mutual labels:  sublime-text
mnmlurl-extension
[DEPRECATED] 💁 Browser extension for Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages
Stars: ✭ 21 (-16%)
Mutual labels:  url
linkify
Rust library to find links such as URLs and email addresses in plain text, handling surrounding punctuation correctly
Stars: ✭ 146 (+484%)
Mutual labels:  url
Breviare
Small URL shortener made with the MERN Stack
Stars: ✭ 16 (-36%)
Mutual labels:  url

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].