Make urls clickable (and extendible with plugins)
Bug #923535 reported by
David Caro
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
CLI Companion |
Fix Released
|
Wishlist
|
David Caro |
Bug Description
When a url is shown in the terminal, allow the user to do ctrl+right click to open it, and also allow plugins to extend the urls that can be clicked, and what get's done when clicked.
It's something that I use to do a lot (usually with http urls), so I'm the first interested in getting it into clicomanion.
Related branches
lp://qastaging/~dcaro/clicompanion/fix-923535
- Marek Bardoński: Approve
-
Diff: 382 lines (+247/-10)7 files modifiedMANIFEST (+2/-0)
clicompanionlib/config.py (+1/-1)
clicompanionlib/plugins.py (+41/-1)
clicompanionlib/tabs.py (+48/-7)
clicompanionlib/view.py (+2/-1)
plugins/LaunchpadURL.py (+62/-0)
plugins/StandardURLs.py (+91/-0)
Changed in clicompanion: | |
status: | In Progress → Fix Committed |
Changed in clicompanion: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.