Skip to content

Commit

Permalink
Catch more matches
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Mar 17, 2016
1 parent b5f14cb commit 98b9bc2
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 5 deletions.
1 change: 1 addition & 0 deletions data/templates/afraid/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ regexes:
- (i don'?t know .+)/?(and at this point i'?m afraid to ask)
- (i don'?t know .+)/?(and .+ afraid to ask)
- (.+)/?(and .+ afraid to ask)
- ()/?(.*afraid to ask)
1 change: 1 addition & 0 deletions data/templates/bad/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ aliases:
- feel-bad
regexes:
- (.+ bad)/?(.+ feel bad)
- ()/?(.*feel bad)
2 changes: 1 addition & 1 deletion data/templates/both/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ aliases:
- por-que
- por-que-no-los-dos
regexes:
- ()/?(why not both)
- (.*)/?(why not both)
1 change: 1 addition & 0 deletions data/templates/chosen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ aliases:
- chosen-one
regexes:
- (.*)/?(you were the chosen one)
- ()/?(.* chosen one)
4 changes: 3 additions & 1 deletion data/templates/fa/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ link: http://knowyourmeme.com/memes/forever-alone
aliases:
- forever-alone
- alone
regexes: []
regexes:
- (forever)/?(alone)
- (.*)/?(alone)
1 change: 1 addition & 0 deletions data/templates/inigo/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ aliases:
- word
regexes:
- (.+ that word)/?(.+ think it means)
- (you keep .+ word)/?(.*)
1 change: 1 addition & 0 deletions data/templates/jw/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ aliases:
- not-a-good-idea
regexes:
- (.+ just .+)/?(probably not .+)
- ()/?(.*not a good idea)
1 change: 1 addition & 0 deletions data/templates/kermit/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ aliases:
regexes:
- (.+)/?(but that'?s none of my business)
- ()/?(.*none of my business)
- ()/?(.*my business)
4 changes: 2 additions & 2 deletions data/templates/officespace/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ aliases:
- be-great
- great
regexes:
- (.+)/?(that would be great)
- (.+)/?(that'?d be great)
- (.*)/?(that would be great)
- (.*)/?(that'?d be great)
2 changes: 1 addition & 1 deletion data/templates/older/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ aliases:
- older-code
regexes:
- (it'?s an older .+)/?(but it checks out)
- (.+ older .+)/?(but it checks out)
- (.+ older.*)/?(but it checks out)
1 change: 1 addition & 0 deletions data/templates/oprah/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ aliases:
- you-get-a-car
regexes:
- (you get .+)/?(and you get .+)
- ()/?(.*you get .+)
1 change: 1 addition & 0 deletions data/templates/red/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ aliases:
- going-to-do-today
regexes:
- (.+ do today)/?(.+ fight)
- ()/?(.+ fight)
1 change: 1 addition & 0 deletions data/templates/regret/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ aliases:
- anchorman-regret
regexes:
- ()/?(.+ immediately regret .+)
- ()/?(.+ regret .+)
1 change: 1 addition & 0 deletions data/templates/ski/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ aliases:
- ski-instructor
regexes:
- (.*)/?(you.* bad time)
- ()/?(.*bad time)
2 changes: 2 additions & 0 deletions data/templates/sohappy/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ aliases:
- south-park-so-happy
regexes:
- (if i could .+)/?(i would be so happy)
- (.*)/?(i would be so happy)
- ()/?(.*so happy)

0 comments on commit 98b9bc2

Please sign in to comment.