https://github.com/not-so-cool-anymore/posty
A basic command line URL shortener.
https://github.com/not-so-cool-anymore/posty
clipboard linux python tools url-shortener
Last synced: about 1 year ago
JSON representation
A basic command line URL shortener.
- Host: GitHub
- URL: https://github.com/not-so-cool-anymore/posty
- Owner: not-so-cool-anymore
- License: gpl-3.0
- Created: 2020-06-13T15:36:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T13:04:54.000Z (over 5 years ago)
- Last Synced: 2025-03-20T08:08:59.373Z (over 1 year ago)
- Topics: clipboard, linux, python, tools, url-shortener
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`