June 2012
9 posts
simple command line application
You are command line lover, and you need a dictionary. I want to share this little zsh script.
Script:
dict(){
if [[ $# -ge 2 ]] then
echo “getdef: too many arguments” >&2
return 1
else
curl “dict://dict.org/d:$1”
fi
}
Usage:
dict <eng_word>
Beautiful video :)
2 tags
youtube-dl : Download youtube videos
I’m an Archer so many tools I post later will be mostly about Archlinux. Today, I share with you guys my beloved script I use to download youtube video.
Installation:
sudo pacman -S youtube-dl
Usage:
youtube-dl <youtube link>
It’s that simple and effective. If you want to be more professional and know more about it
youtube-dl —help
Facebook:
Like is cheap, comment is precious since it doesn’t contain...
We don’t live to live !