Skip to content

Instantly share code, notes, and snippets.

View anandsinghkunwar's full-sized avatar

Anand Singh Kunwar anandsinghkunwar

View GitHub Profile
@nehaljwani
nehaljwani / tilda-dot-rc.sh
Last active June 26, 2020 16:16
NJW's dotrc
alias urldecode='python2.7 -c "import sys, urllib as ul; \
print ul.unquote_plus(sys.argv[1])"'
aria2c_ka() {
aria2c $(urldecode $1 | grep -wo 'magnet.*')
}
cfget () {
git clone https://github.com/conda-forge/$(pwd | awk -F'/' '{print $NF}')-feedstock
}