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

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.

Awesome Lists containing this project

README

          

# purl

Atom plugin that opens a parameterized URL in an external browser with the current word substituted.

![purl](purl.gif)

## 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