Skip to content

Instantly share code, notes, and snippets.

View GuilhermeHideki's full-sized avatar

Guilherme GuilhermeHideki

  • Somos Educação / Plurall
  • São Paulo, Brazil
  • 01:42 (UTC -03:00)
View GitHub Profile
@GuilhermeHideki
GuilhermeHideki / source.discogs.sh
Last active July 26, 2017 22:35
cookbook.beets
# The 1º uniq is to reduce the data to the grep, because data_souce is at item's level
# The 2º uniq is because somehow I get duplicates
# Added the Album Artist to sort
beet ls -f "$data_source | $albumartist - $album ($year)" | uniq | grep Discogs | sort | uniq
@GuilhermeHideki
GuilhermeHideki / print_path.sh
Last active January 19, 2016 22:20
Windows paths
echo %path% | tr ';' '\n' | sort
@GuilhermeHideki
GuilhermeHideki / uLabel.ahk
Last active September 9, 2015 23:40
uTorrent Regex Labeler
#Persistent
#SingleInstance,Force
#NoTrayIcon
DEBUG_ENABLED := false
TRACKER_SUPPORT := false
WINDOW_ADD_TORRENT := "Add New Torrent ahk_class #32770"
WINDOW_TORRENT_PROPERTIES := "Torrent Properties ahk_class #32770"