kasploosh.com

STOPLOOK

STOPLOOK is a command line application that generates completely custom timeline graphics. Each graphic shows how your day is going, where your time is being spent, as well as sun and moon position, moon phase, and purchases.

The software is called STOPLOOK because it lets you look at your time data. It also happens to be eight characters long, like many of my code projects.

Here is how you would typically use the software to create a single timeline for a given day:

$ stoplook.py 13451

With our sample data, this would return a timeline graphic like this:

Timeline graphic for date 13451

Timeline graphic for date 13451.
Click to enlarge

The graphic shows, visually, how much time was spent on each project. It also shows sun position and direction throughout the day, moon position and direction throughout the day, and moon phase. It shows moon rise, moon set, sun rise, sun set. Moon phase is also written at the top left. This date is close to the summer solstice, so the sun is scraping the top of the graphic.

What I like best about the timeline graphic is that you can theoretically string them end to end, resulting in an incredibly long ribbon graphic that represents your life. Or you can stack them on top of each other vertically to observe patterns in the ways the bars of color shift back and forth through the seasons.

Options, Arguments

There is a full command-line program that generates the graphics, with a number of arguments. You can specify the day you want to see, which database to interpret, and where to put the file. The result of running the script is to create an image graphic on the file system, which can then be viewed with other tools.

The help information of the command gives an idea about what this application can do:

$ stoplook.py --help usage: STOPLOOK [-h] [-db DATABASE] [-o OUTPUTPATH] date Creates timeline graphic based on STOPTHAT database. positional arguments: date Date of the timeline graphic to create. optional arguments: -h, --help show this help message and exit -db DATABASE, --database DATABASE Interpret this database rather than those in the config file. -o OUTPUTPATH, --outputpath OUTPUTPATH Specify the directory in which to create the file. For this to work, STOPTHAT needs to be configured, and there should be some data.

Integration With GUI

The STOPTHAT GUI can use STOPLOOK and TIMEVIEW to summon a timeline graphic for the current day, or yesterday. I am always checking the timeline to see what my day is looking like, and where I'm spending my time.

16417.73918