A simple URL shortener that works on MacOSX Menu Bar.
Usage:
- Run the program
- Copy the long URL
- Choose the preffered shortener service.
- Click "Shorten!"
- Shortened URL should copied to clipboard
Used Libraries:
- Rumps: https://github.com/jaredks/rumps
- Pyshorteners: https://github.com/ellisonleao/pyshorteners
- Clipboard: https://github.com/terryyin/clipboard
- Validators: https://github.com/kvesteri/validators
Recommendations:
If you have a prefferen shortener which is supported by pyshorteners be sure to implement your credentials in order to use that service. Using py2app library it is possible create an application, which could be useful for running the application on startup.