Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxczaki/bitly-cli-client
🔪 Shorten links with Bitly in your terminal!
https://github.com/xxczaki/bitly-cli-client
app bitly bitly-api bitly-cli bitly-cli-client cli command-line link links node-bitly nodejs npm short shorten tool url urls
Last synced: about 2 months ago
JSON representation
🔪 Shorten links with Bitly in your terminal!
- Host: GitHub
- URL: https://github.com/xxczaki/bitly-cli-client
- Owner: xxczaki
- License: mit
- Created: 2018-12-11T21:17:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T14:09:56.000Z (about 1 year ago)
- Last Synced: 2024-11-10T09:07:32.827Z (2 months ago)
- Topics: app, bitly, bitly-api, bitly-cli, bitly-cli-client, cli, command-line, link, links, node-bitly, nodejs, npm, short, shorten, tool, url, urls
- Language: JavaScript
- Size: 24.4 KB
- Stars: 49
- Watchers: 2
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bitly CLI Client 🔪
> Shorten links with Bitly in your terminal!
[![Build Status](https://travis-ci.org/xxczaki/bitly-cli-client.svg?branch=master)](https://travis-ci.org/xxczaki/bitly-cli-client)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)![Animated SVG](https://rawcdn.githack.com/xxczaki/bitly-cli-client/master/bitly.svg)
---
## Install
```bash
npm install --global bitly-cli-client
```## Usage
```
Usage
$ bitly
Options
--url -u Shorten a link
--qr -q Generate a QR Code
--list -l List all shortened links
--purge -p Purge the list of saved URLs
--reset -r Reset Generic Access Token
Examples
$ bitly --url --qr kepinski.me
$ bitly -l
$ bitly --reset
```### License
MIT