fuzzyfox/shlink-cli

An unofficial shlink cli rest client.

v0.1.1 2020-08-23 00:42 UTC

This package is auto-updated.

Last update: 2024-02-23 08:51:03 UTC


README

An unofficial Shlink cli rest client for creating/managing a Shlink server via its API, and the command line.

Usage

$ pbpaste | shlink-cli short-url:generate | pbcopy

$ shlink-cli short-url:generate   

 URL to shorten?:
 > https://github.com/fuzzyfox/shlink-cli 

https://doma.in/xQspJ

$ shlink-cli short-url:parse https://doma.in/xQspJ
https://github.com/fuzzyfox/shlink-cli

$ shlink-cli short-url:parse xQspJ
https://github.com/fuzzyfox/shlink-cli

This project is build on top of laravel-zero.