https://github.com/stepanzubkov/florgon-cc-cli
CLI for modern url shortener && paste manager
https://github.com/stepanzubkov/florgon-cc-cli
cli command-line command-line-tool python url-shortener urls
Last synced: about 1 month ago
JSON representation
CLI for modern url shortener && paste manager
- Host: GitHub
- URL: https://github.com/stepanzubkov/florgon-cc-cli
- Owner: stepanzubkov
- License: mit
- Created: 2023-03-21T10:38:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:15:01.000Z (over 2 years ago)
- Last Synced: 2025-09-23T06:55:30.804Z (10 months ago)
- Topics: cli, command-line, command-line-tool, python, url-shortener, urls
- Language: Python
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Florgon-CC-cli






Command line interface for https://cc.florgon.com/ service. **Florgon CC** is a powerful url shortener and paste manager. With Florgon CC you can browse your url or paste statistics in web interface or using this CLI. Also Florgon CC generates qr codes for urls. Its functionality is improved with **Florgon SSO**.
## Installation
Florgon-cc-cli built with [click](https://github.com/pallets/click) framework and it is available for Linux, Windows and MacOS X.
Now project is at the Pre-Alpha stage and you can download it directly from [Test PyPI](https://test.pypi.org/):
```bash
pip install --index-url https://test.pypi.org/simple/ florgon-cc-cli
```
Or you can build newer version from sources. Remember this version may contains many bugs.
```bash
pip install git+https://github.com/stepanzubkov/florgon-cc-cli.git#egg=florgon-cc-cli
```
## Usage
Once you have installed the library, you can get help like this:
```bash
florgon-cc --help
```
Create your first short url:
```bash
florgon-cc url create stepanzubkov.github.io
```
Output will be like this:
```
Short url: https://cc.florgon.com/o/x1xx23
Redirects to: https://stepanzubkov.github.io
Expires at: 2023-04-07 12:51:39.813468
```
Pass *-o* flag to get only short url:
```bash
florgon-cc url create https://nometa.xyz/ -o
```
## Contribution
If you find a bug, submit **Issue** here. We are welcome new contributors and testers. Also submit issues and **Pull Requests** to offer new features.
[](https://github.com/stepanzubkov/florgon-cc-cli/issues?q=is%3Aopen+label%3A%22good+first+issue%22+sort%3Aupdated-desc)
[](https://github.com/stepanzubkov/florgon-cc-cli/issues?q=is%3Aopen+label%3A%22help+wanted%22+sort%3Aupdated-desc+)