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>
Jun 27th
WatchWatch
Beautiful video :)
Jun 24th
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 
Jun 16th
2 notes
Jun 15th
Jun 14th
Jun 5th
“Facebook: Like is cheap, comment is precious since it doesn’t contain...”
Jun 4th
Jun 2nd
“We don’t live to live !”
Jun 1st