Zeitgeist is a service for recording user activity with a handy Glib-based client library. Unfortunatly, some runtimes, namely Node.js, can't get along well with it due to their single-threaded nature. Zeitgeist Bridge is a simple application that allows code running within such runtimes to log information to Zeitgeist via an instance of Zeitgeist Bridge executing within a subprocess.
Clone this repository or download the latest release.
git clone https://github.com/paysonwallach/zeitgeist-bridgeConfigure the build directory at the root of the project.
meson --prefix=/usr buildIf you would like to use Zeitgeist Bridge with a browser extension, set the browsers option accordingly, and the appropriate manifests will be generated and installed in their respective locations. For example, with Firefox:
meson --prefix=/usr -Dbrowsers=["firefox"] buildInstall with ninja.
ninja -C build installPull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. By participating in this project, you agree to abide by the terms of the Code of Conduct.
Zeitgeist Bridge is licensed under the GNU General Public License v3.0.