Skip to content

Instantly share code, notes, and snippets.

View matiss's full-sized avatar

Matiss matiss

View GitHub Profile
@matiss
matiss / Astral Communion
Last active June 16, 2023 10:33
Boomkin Macros (5.4)
#showtooltip
/cancelaura [channeling] Astral Communion
/stopmacro [channeling]
/cast Astral Communion
/script UIErrorsFrame:Clear()
@matiss
matiss / gist:7afaa123d32d96e866112cd2b9bb48c0
Created May 8, 2017 08:23
Remove finder information from images
find . -type f -name '*.jpeg' -exec xattr -c {} \;
find . -type f -name '*.png' -exec xattr -c {} \;
@matiss
matiss / git_aliases.sh
Created August 18, 2012 21:34
Git aliases
alias gd="git diff | subl"
alias ga="git add"
alias gbd="git branch -D"
alias gst="git status"
alias gca="git commit -a -m"
alias gm="git merge --no-ff"
alias gpt="git push --tags"
alias gp="git push"
alias gpo="git push origin"
alias grh="git reset --hard"
@matiss
matiss / model.rb
Created July 16, 2012 20:09
Rails model structure comments
# encoding: utf-8
class Model
#
# Constants
#
# Fields (Optional)