Fuhrmann / keypirinha-url-shortener

Shorten your URLs by using multiple services directly through Keypirinha launcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keypirinha Plugin: URLShortener

This is URLShortener, a plugin for the Keypirinha launcher.

Shorten your URLs by using multiple services directly through Keypirinha launcher.

Demo

Download

https://github.com/Fuhrmann/keypirinha-url-shortener/releases/latest

Install

Managed

@ueffel wrote PackageControl, a package manager that eases the install of third-party packages. It must be installed manually.

Manual

Once the URLShortener.keypirinha-package file is installed, move it to the InstalledPackage folder located at:

  • Keypirinha\portable\Profile\InstalledPackages in Portable mode
  • Or %APPDATA%\Keypirinha\InstalledPackages in Installed mode (the final path would look like C:\Users\%USERNAME%\AppData\Roaming\Keypirinha\InstalledPackages)

Usage

Open Keypirinha and type 'URL Shortener'. There are three catalog items implemented by this plugin:

  • URL Shortener: Use this to shorten a URL using the default service specified in the configuration. Select this item, paste or type the URL you want to shorten and wait for the output.
  • URL Shortener: History: Navigate through list of your shortened URLs. The history can be disabled in configuration. Once this item is selected the history will appear as suggestions.
  • URL Shortener: Clear history: Wipe the history of shortened URLs.

Configuration

# Here you can specify the main service used to shorten the url
# Accepted values: tinyurl, isgood, bitly
# * Default: tinyurl
main_service = tinyurl

# Enabling history will allow you to see all your shortened urls
# * Default: yes
enable_history=yes

Suported services

Change Log

v1.2

  • Add support to Shlink service.

v1.1

  • Remove google from the list of services
  • Update isgood url service.

v1.0

  • Released

License

This package is distributed under the terms of the MIT license.

Credits

Icon by paomedia

About

Shorten your URLs by using multiple services directly through Keypirinha launcher

License:MIT License


Languages

Language:Python 90.7%Language:Batchfile 9.3%