A zeplin app uri opener using xdg-open for developers using linux.
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.)
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"
- Test with Bats.
- Lint with ShellCheck.
Zeplin URI Opener is MIT licensed.