feat: labeles transfer for github repositories

This commit is contained in:
2025-01-31 00:44:58 +00:00
parent 7890362285
commit 404e6a05ed
7 changed files with 191 additions and 80 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
let
name = "printprogress";
in
pkgs.writeShellScriptBin "${name}" ''
printf "%s%s%s\n" "''${YELLOW}" "$*" "''${RESET}"
''