summaryrefslogtreecommitdiff
path: root/plugins/dash
AgeCommit message (Collapse)Author
2024-11-19fix(dash): urlencode special parameters like `:` in query (#12811)Marc Cornellà
In macOS, using queries such as `dash php:enum` does not open Dash.app, possibly due to colon character being interpreted as a port. URL-encoding the parameter (: -> %3A) makes this work again. Fixes https://discord.com/channels/642496866407284746/809850042575093760/1308076125456437300
2024-03-26style: remove trailing whitespace (#12303)vladislav doster
2022-03-14perf(dash): improve dash completion performanceMarc Cornellà
2022-03-14fix(dash): fix "no application knows how to open URL" error (#10767)Marc Cornellà
Fixes #10767
2019-10-07dash: simplify completion logicMarc Cornellà
2019-10-07Remove redundant section and document keyword argsMarc Cornellà
2019-10-07docs: add README.md for Dash pluginMichael C
2018-09-12dash: update dash bundle identifier (#7127)Garth Mortensen
2018-08-07Add function to search Dash.app (#2557)Tony Lotts
* Add function to search Dash * Pass all arguements instead of just the first * Adding docset completion with help from @kapeli and [arx]