Georg has never been this polished
https://georg.pvv.ntnu.no
Oystein Kristoffer Tveit 43f4951cf8 | ||
---|---|---|
assets | ||
src | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
module.nix |
README.md
Greg-ng
New implementation of https://github.com/Programvareverkstedet/grzegorz
Test it out
# NixOS
nix run "git+https://git.pvv.ntnu.no/Projects/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock
# Other (after git clone and rust toolchain has been set up)
cargo run -- --mpv-socket-path /tmp/mpv.sock
See also https://git.pvv.ntnu.no/Projects/grzegorz-clients for frontend alternatives
Debugging
RUST_LOG=greg_ng=trace,mpvipc=trace cargo run -- --mpv-socket-path /tmp/mpv.sock