dkgv / pinpoint

Keystroke launcher and personal command central. Alternative to Spotlight and Alfred for Windows. Alternative to Wox, PowerToys.
https://usepinpoint.com
GNU General Public License v3.0
154 stars 17 forks source link

Edit activation criteria for Finance plugin #65

Closed clawcastle closed 3 years ago

clawcastle commented 3 years ago

Currently the Finance plugin will only activate if the ticker is less than 5 characters long. This is not true for all tickers however, e.g.:

https://finance.yahoo.com/quote/NOKIA.HE?p=NOKIA.HE https://finance.yahoo.com/quote/%5EGSPC?p=%5EGSPC

Also, the Activate function requires the ticker to be uppercase. If every ticker is expected to be uppercase anyway, we could just allow any case and do .ToUpper() before querying.