Zeitgeist Command Line Query Client

627 Views Asked by At

Zeitgeist for Linux is an intelligent operating system activity log that stores various information in a database, like latest opened files, latest launched programs, etc.

I was curious to know if there exist any command line clients for querying the database?

1

There are 1 best solutions below

1
On

I don't know if there is a command line client. But you can achieve this in two ways:

  1. The database file ~/.local/share/zeitgeist/activity.sqlite.

  2. There is a Python API. Take a look at this tutorial.