Metadata-Version: 2.1
Name: i-posty
Version: 0.0.2
Summary: A lightweight command-line link shortening tool for Linux.
Home-page: https://github.com/not-so-cool-anymore/posty/
Author: Ivan Zlatanov
Author-email: i_zlatanov@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# Posty

![posty](https://socialify.git.ci/not-so-cool-anymore/posty/image?description=1&descriptionEditable=A%20basic%20command%20line%20URL%20shortener%20wrapped%20around%20the%20Tinyurl%20API.&font=KoHo&language=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Dark)

---

## 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`


