6

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?

Ian Mackinnon
  • 13,381
  • 13
  • 51
  • 67
Nicolas
  • 133
  • 2
  • 9

1 Answers1

3

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.

Ian Mackinnon
  • 13,381
  • 13
  • 51
  • 67