Zeitgeist Command Line Query Client

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

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

+6
source share
1 answer

I do not know if there is a command line client. But you can achieve this in two ways:

  • Database file ~/.local/share/zeitgeist/activity.sqlite .

  • There is a Python API. Check out this tutorial .

+3
source

Source: https://habr.com/ru/post/923163/


All Articles