Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singond/mrak
https://github.com/singond/mrak
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/singond/mrak
- Owner: Singond
- Created: 2020-11-20T00:09:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T00:02:16.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T20:43:24.666Z (about 2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Running
=======
Installing PyGObject may require Gobject development package.
On Debian-based distributions, install `libgirepository1.0-dev`,
on Arch, install `gobject-introspection`. (For details, see
).To run the application, execute the following command in the project root:
```bash
poetry run mrak --config-file=
```
The --config-file parameter can be omitted if there is a `config.yaml`
or `config.toml` file in the `~/.config/mrak` directory.