summaryrefslogtreecommitdiff
path: root/.config/terminator
AgeCommit message (Collapse)Author
2018-06-24Add trackers from gtk3-devel changelogKévin Le Gouguec
Leaving out: - 'bog' because it looks like a typo, - 'commit' because I cannot think of a way to make it work in the general case.
2018-06-24Add openFATE to recognized bug trackersKévin Le Gouguec
openFATE references are sometimes capitalized (eg Fate#…); this means the captured tracker cannot be used as key directly. I considered going back to the subclasses and class variables, but AFAICT 1. case-insensitivity might be desirable for all trackers anyway, 2. references to other trackers will remain simple enough to parse that they can also be described by a short identifier and a URL template.
2018-06-24Refactor bug-tracker pluginKévin Le Gouguec
Of course, at some point I'll have to deal with a format that does not fit in this simple regex… 🤷
2018-06-24Add Terminator plugin to make bug references clickable on OpenSUSEKévin Le Gouguec