Skip to content

Open zeplin app uri in your default browser

License

Notifications You must be signed in to change notification settings

sudosubin/zeplin-uri-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

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

Documentation

Development

License

Zeplin URI Opener is MIT licensed.