September 2011
5 posts
“Why is programming fun? What delights may its practioner expect as his reward? ...”
– Fred Books - The Mythical Man-Month
Sep 30th
3 tags
Notes on writing gnome-shell extensions
Musings of an OS plumber is an excelent source of information on the basics of gnome-shell extensions development (probably the best, so far), but it is already a bit outdated because of some changes in the 3.2 gnome-shell API. These notes are an attempt to complement the information already available. extension.js must have at least three functions: a) init(), which runs when the extension is...
Sep 29th
14 notes
Sep 25th
2 tags
vim-pad →
A little project I forgot to mention before: vim-pad, a quick notetaking plugin for vim, à la Notational Velocity. I was prompted to work a bit in it this weekend by onethingwell’s mention of deft.
Sep 24th
4 notes
3 tags
mailnot: a gmail notifier for gnome-shell
A dead simple approach for a biff tool, made with gnome-shell in mind. wget https://raw.github.com/fmoralesc/utils/master/mailnot ~/bin/mailnot chmod +x ~/bin/mailnot mailnot mailnot requires python-feedparser, python-gnomekeyring and pynotify (besides gobject, gtk and gconf, but those should be installed anyway), and assumes the user has a preferred mail client. It can handle several accounts...
Sep 2nd
6 notes