Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sudosubin/zeplin-uri-opener

Open zeplin app uri in your default browser
https://github.com/sudosubin/zeplin-uri-opener

zeplin

Last synced: about 2 months ago
JSON representation

Open zeplin app uri in your default browser

Awesome Lists containing this project

README

        


Zeplin URI Opener Logo

A zeplin app uri opener using xdg-open for developers using linux.


Repository License
Supported Platforms
Test Badge

## Description

Zeplin uri opener is a small, efficient way to get Zeplin App URI working on linux.

- **Limitation**: Zeplin does not provide a Linux desktop app. Linux users often get embarrassed when co-workers share Zeplin app uri instead of web url.
- **Open URI in Browser**: Click the app uri, then your browser will open a zeplin web url.
- **Compatible (WIP)**: All linux distros (even FreeBSD) using `xdg-open` will be able to use this opener. (Currently only tested on Ubuntu.)

## Installation

The script will ask you to enter your system password, in order to put the script file in `/usr/local/bin`.

```sh
git clone --depth 1 https://github.com/sudosubin/zeplin-uri-opener.git
cd zeplin-uri-opener
bash ./install.sh
```

You also need to export your `$PATH` to include `$HOME/bin`.

```sh
export PATH="$PATH:$HOME/bin"
```

## Documentation

- [URI Variations](./docs/uri-variations.md)

## Development

- Test with [Bats](https://github.com/bats-core/bats-core).
- Lint with [ShellCheck](https://github.com/koalaman/shellcheck).

## License

Zeplin URI Opener is [MIT licensed](./LICENSE).