-
Related: songrec. Similar tool, written in Rust. Haven't used shaq yet but it seems simpler?
https://github.com/marin-m/SongRec
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you want to test this without python versions, pip, whatnot you can use `nix run github:figsoda/nixpkgs/shaq#shaq -- --listen` or `nix shell github:figsoda/nixpkgs/shaq#shaq` and use `shaq` in your temp shell.
Or, once this @figsoda PR[0] gets merged and it gets in the nixpkgs unstable you can use `nix run nixpkgs#shaq -- --listen` or `nix shell nixpkgs#shaq` instead.
[0] https://github.com/NixOS/nixpkgs/pull/253135