9.12. URL Package¶
Available since version 2.5.
Launch URLs directly from Keypirinha
The URL plugin allows you to launch any URL that has its scheme (a.k.a.
protocol) associated with an application by the operating system.
Examples of recognized URLs:
keypirinha.com(httpis assumed)https://duckduckgo.comftp://ftp.debian.orgmailto:john@doe.com?subject=Hi Mate(depends on your machine’s configuration)skype:buddy(depends on your machine’s configuration)tel:+123456789(depends on your machine’s configuration)
IPv4 and IPv6 addresses are also recognized:
192.168.0.1(httpis assumed)192.168.0.1:8080(httpis assumed)ftp://10.0.0.8:80802001:db8:85a3:8d3:1319:8a2e:370:7348(httpis assumed)https://[2001:db8:85a3:8d3:1319:8a2e:370:7348]:443/
Note that the http, https and ftp schemes are always associated with
your web browser by Keypirinha so application settings like web_browser,
web_browser_new_window and web_browser_private_mode can be applied.
Tip
You can always use the Ctrl+Space combination to insert a space
character if needed.
9.12.1. Configuration¶
This package is configurable, more details about every setting can be found in its configuration file.
See also
The Configuration chapter