Isaac Muse
Isaac Muse
We've already redesigned the icon as an SVG. We convert it over to png ico, icns, etc. Now we don't have to worry about redesigning at higher res in the...
Locally, I've created an Alfred workflow to: - Launch Rummage - Use a file action to send the current file or folder to Rummage. I'd like to abstract the finding...
Notification support is probably going to get refactored. - [`wx.adv.NotificationMessages`](https://wxpython.org/Phoenix/docs/html/wx.adv.NotificationMessage.html) seems like it should be a decent replacement for Windows and Linux. - For macOS, `wx.adv.NotificationMessages` pops up messages in...
- [ ] 80% Coverage - [ ] 90% Coverage - [ ] 95% Coverage - [ ] 100% Coverage
Wcmatch caches patterns, but for instance, it doesn't cache pattern expansion. So if a pattern uses something like `{1..100}`, you'd get 100 patterns cached, so the expansion would still happen...
See: https://github.com/jisaacks/GitGutter/issues/430
Possibly add a dialog that allows you to increase the brightness, saturation, hue, etc. of the entire scheme file.
Resolves #505