Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zeitgeist Command Line Query Client

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?

like image 460
Nicolas Avatar asked Aug 18 '12 01:08

Nicolas


1 Answers

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.

like image 114
Danilo Fernando Chilene Avatar answered Oct 20 '22 19:10

Danilo Fernando Chilene