Skip to content

Instantly share code, notes, and snippets.

View jareha's full-sized avatar

Jonathan Horak jareha

  • Publicis Sapient
  • Chicago, IL
  • X @jareha
View GitHub Profile
@jareha
jareha / ds_store.sh
Last active February 8, 2022 16:38 — forked from vybstat/ds_store_removal
Remove `.ds_store` files created by macOS from local `git` repo
# Find and remove `.ds_store` files from local `git` repo
find . -name .ds_store -print0 | xargs -0 git rm -f --ignore-unmatch
@jareha
jareha / tweetbot_mute-major-league-baseball.txt
Last active January 24, 2022 21:41 — forked from LK64076007A/gist:077d5b4b503a6d7891de
Regex mute filter for all Major League Baseball teams in Tweetbot, excepting “Texas Rangers” to avoid false positives
tweetbot:///mute/keyword?regex=1&text=Anaheim Angels%7CArizona Diamondbacks%7CAtlanta Braves%7CBaltimore Orioles%7CBoston Red Sox%7CChicago Cubs%7CChicago White Sox%7CCincinnati Reds%7CCleveland Guardians%7CCleveland Indians%7CColorado Rockies%7CDetroit Tigers%7CHouston Astros%7CKansas City Royals%7CLos Angeles Angels%7CLos Angeles Dodgers%7CMiami Marlins%7CMilwaukee Brewers%7CMinnesota Twins%7CNew York Mets%7CNew York Yankees%7COakland Athletics%7CPhiladelphia Phillies%7CPittsburgh Pirates%7CSan Diego Padres%7CSan Francisco Giants%7CSeattle Mariners%7CSt. Louis Cardinals%7CTampa Bay Rays%7CToronto Blue Jays%7CWashington Nationals