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.
Florgon-cc-cli built with 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:
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.
pip install git+https://github.com/stepanzubkov/florgon-cc-cli.git#egg=florgon-cc-cli
Once you have installed the library, you can get help like this:
florgon-cc --help
Create your first short url:
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:
florgon-cc url create https://nometa.xyz/ -o
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.