https://github.com/akullpp/purl
Atom plugin that opens a parameterized URL in an external browser with the current word substituted.
https://github.com/akullpp/purl
Last synced: 10 months ago
JSON representation
Atom plugin that opens a parameterized URL in an external browser with the current word substituted.
- Host: GitHub
- URL: https://github.com/akullpp/purl
- Owner: akullpp
- License: mit
- Created: 2016-03-27T18:25:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T19:46:57.000Z (over 10 years ago)
- Last Synced: 2025-06-13T05:42:53.382Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 766 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purl
Atom plugin that opens a parameterized URL in an external browser with the current word substituted.

## Use Case
I did it to open Jira tickets which have a shorthand notation inside a comment.
## Configuration
In the settings page insert the URL with a single parameter of the form `${\d}`.
## Usage
Place the cursor at the word, open the command palette and search for `Purl: Open`.
## Roadmap
- Support multiple parameters
- Support multiple configurations