Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toch/subl-handler

Setup and handle subl:// protocol to open them in Sublime Text on Linux system
https://github.com/toch/subl-handler

Last synced: 22 days ago
JSON representation

Setup and handle subl:// protocol to open them in Sublime Text on Linux system

Awesome Lists containing this project

README

        

subl-handler
============

Setup and handle subl:// protocol to open them in Sublime Text on Linux system

## Install

```
bash ./install.sh
```

## Use with firefox

* Open Firefox
* Browse subl://
* Select subl-handler and check "Remember my choice for subl links."

## Use with XDG

```
xdg-open subl://
```

## Open at a given line and column

Sublime Text can open at a given line and column by suffixing the URI with
:line or :line:column

```
xdg-open subl://::
```