Home
Softono
posty

posty

Open source Python
14
Stars
0
Forks
0
Issues
1
Watchers
5 years
Last Commit

About posty

A basic command line URL shortener.

Platforms

Web Self-hosted Linux

Languages

Python

Links

Posty

posty


Installation

You can install it from PyPi with pip install i-posty or locally with pip install ..

Usage

You can run Posty by writing posty on the command line. It will copy the content of your clipboard, validate if it is a valid URL with Regex, shorten it and copy it to the clipboard again.

Requirements

  • Clipboard - pip install clipboard