Tagging Suggestions

To get popular tags for the URLs I bookmark, I've coded the simple bash script below. A delicious.com account is necessary since it uses Delicious' API.

user="username"
passwd="password"
url="$UZBL_URI"
 
curl https://$user:$passwd@api.del.icio.us/v1/posts/suggest?url=$url -s|grep "<\(popular\|recommended\)>"|sed 's/\s*<[a-z\/]*>//g' | dmenu -i -nb "#333333" -nf "#888888" -sb "#285577" -sf "#ffffff"
 
tagging_suggestions.txt · Last modified: 2011/03/07 15:37 by azerkoculu
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki