Skip to content

paysonwallach/zeitgeist-bridge

Repository files navigation

Zeitgeist Bridge

Host bridge to Zeitgeist.

Version 0.2.0 Licensed under the GNU General Public License v3.0

Background

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.

Installation

Clone this repository or download the latest release.

git clone https://github.com/paysonwallach/zeitgeist-bridge

Configure the build directory at the root of the project.

meson --prefix=/usr build

If 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"] build

Install with ninja.

ninja -C build install

Contributing

Pull 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.

License

Zeitgeist Bridge is licensed under the GNU General Public License v3.0.

About

Host bridge to Zeitgeist.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published