diff --git a/modules/fish/work.nix b/modules/fish/work.nix index 0eae266..ae25d84 100644 --- a/modules/fish/work.nix +++ b/modules/fish/work.nix @@ -138,6 +138,9 @@ kill_tunnels = '' ps -o pid,command | grep "^[0-9]\{4,5\} ssh -NL" | awk '{print $1}' | xargs kill -9 ''; + pr_comments = '' + gh api repos/digital-h-gmbh/ride/pulls/$argv/comments | jq -r '.[] | "- [ ] Fix \nnvim +\(.line) \(.path)\n\"\(.body)\"\n\n"' >./pr-comments.md && nvim ./pr-comments.md + ''; }; interactiveShellInit = ''