Feed My Files – build a feed from your filesystem

October 26, 2015 at 10:22

Introduction to Feed My Files, a command line tool to build RSS2 and ATOM feeds from a given file system using the last modification time as publish date.

Gmail Sender – send emails from the command line

August 22, 2015 at 13:57

A simple Java-based project that can send emails through Gmail using the command line (either with gradle or docker) or from another Java project (added as a maven dependency).

Fish shell – using modules to import functions

May 19, 2014 at 19:59

I recently decided to give fish shell a try. I’ve always been reluctant to change my shell: bash has certainly its flaws, but it is widely spread. But lately I’m trying to go easier on embracing new things, since my natural approach is to be (extremely) skeptical about them (although […]