Skip to content

Commit

Permalink
VINTAGE HOW DID WE FORGET
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Jul 29, 2023
1 parent 54d118e commit cee07aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algos/keyboards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const handler = async (ctx: AppContext, params: QueryParams) => {
export class manager extends AlgoManager {
public name: string = shortname
public re =
/\b(clacky|mechanical keyboard|brown switch|tenkeyless|red switch|microsoft natural key|solderless|thock(y)?|gateron|kailh|kaihua|theremingoat|cherry mx|tactile switch|linear switch|clicky switch|zealpc|alps|holy panda|durock|outemu|ajazz|keycaps|gmk|novelkeys|clickbar|split (kb|keyboard)|olkb|ortholinear (kb|keyboard)|ergonomic (kb|keyboard)|foam mod|switch mod|switch plate|switch film|switch lube|switch opener|switch pads|kailh|gasket mod|hand wired (kb|keyboard)|tent(ing)? angle|staggered layout|split staggered|QMK|QWERTY|colemak|colemak dh|hhkb|topre|cepstrum|⌨️)(es|s)?\b/ims
/\b(clacky|mechanical keyboard|brown switch|tenkeyless|red switch|microsoft natural key|solderless|thock(y)?|gateron|kailh|kaihua|theremingoat|cherry mx|tactile switch|linear switch|clicky switch|zealpc|alps|holy panda|durock|outemu|ajazz|keycaps|gmk|novelkeys|clickbar|split (kb|keyboard)|olkb|ortholinear (kb|keyboard)|ergonomic (kb|keyboard)|foam mod|switch mod|switch plate|switch film|switch lube|switch opener|switch pads|kailh|gasket mod|hand wired (kb|keyboard)|tent(ing)? angle|staggered layout|split staggered|QMK|QWERTY|colemak|colemak dh|hhkb|topre|cepstrum|⌨️|ibm model m|ibm model f|unicomp|model m|model f|beamspring|buckling spring|hall effect switch)(es|s)?\b/ims

public async periodicTask() {
await this.db.removeTagFromOldPosts(
Expand Down

0 comments on commit cee07aa

Please sign in to comment.