Skip to content

Instantly share code, notes, and snippets.

# Useful things I keep in my bash profile
alias untar='tar -zxvf';
alias k='kubectl';
alias c='docker-compose';
alias d='docker';
alias hackon='code . --add && github open .';
alias yolo='git commit --amend --no-edit && git push -f';
killport () {
const discogs = {
oauth_consumer_key: "xxxxx",
oauth_signature: "xxxxx",
}
const Auth = `OAuth
oauth_consumer_key="${discogs.consumer_key}",
# notice the ampersand after the consumer secret:
oauth_signature="${discogs.consumer_secret}&",
oauth_nonce="${Date.now()}",
@jsakas
jsakas / hide_asd.md
Created April 29, 2016 01:48
Hide Ableton .asd Files in Terminal

Hide Ableton .asd Files in Terminal

If you're an Ableton Live user and have a lot of music, Ableton's .asd files can become quite annoying. You can hide them by running:

$ chflags hidden /path/to/folder/*.asd