Skip to content

adamwojt/oorlu-cli

Repository files navigation

oorlu CLI

image

image

image

image

image

Simple URL shortener CLI written in Python. Uses free API from https://oor.lu

Installation

pip install oorlu-cli

... or manually

pip install .

... or if you just to play with code in dev-env:

git clone https://github.com/adamwojt/yee-cli.git
cd yee-cli
poetry install
poetry shell
oorlu https://google.com

Config

No config needed.

Usage

Usage: oorlu [OPTIONS] [LONG_URL*]`

--limit=int Set click limit for URL (default: no limit) -h, --help Show this message and exit.

* url max length: 500.

Example Usage:

oorlu google.com
oorlu www.clicklimit2.com -l 2

Troubleshooting

Connection Issues (make sure):
Other:

Credits