bin: add jp script
Anirudh Oppiliappan x@icyphox.sh
Thu, 14 Apr 2022 11:07:51 +0530
1 files changed,
6 insertions(+),
0 deletions(-)
jump to
M
nix/bin/default.nix
→
nix/bin/default.nix
@@ -29,6 +29,11 @@ git remote set-url "$(git remote show)" --add --push "$1"
git remote set-url "$(git remote show)" --add --push "$old_push_remote" ''; + # json pretty + jp = pkgs.writeScriptBin "jp" '' + ${pkgs.coreutils}/bin/cat | ${pkgs.jq}/bin/jq "$@" + ''; + # screen record with ffmpeg and slop record = import ./record.nix pkgs;@@ -47,6 +52,7 @@ in
[ git-new-push-remote git-new-repo + jp webcam record battery