Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toch/subl-handler
- Owner: toch
- Created: 2013-04-29T17:21:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-29T18:26:02.000Z (over 11 years ago)
- Last Synced: 2024-10-04T19:32:55.287Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 106 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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://::
```