all repos — dotfiles @ c4037106d723b0b3e78fc94a18c824197058a5e0

my *nix dotfiles

bin: add jp script
Anirudh Oppiliappan x@icyphox.sh
Thu, 14 Apr 2022 11:07:51 +0530
commit

c4037106d723b0b3e78fc94a18c824197058a5e0

parent

f77489d0eca3146d6fee1a41e7c5ae896dcdc83a

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M nix/bin/default.nixnix/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