bat-extras: add batpipe

This commit is contained in:
Nicholas Sielicki 2022-11-05 19:30:16 -05:00
parent 8d64b2e7f7
commit 76df7b5d94

View File

@ -139,6 +139,7 @@ in
batdiff = script "batdiff" ([ less coreutils gitMinimal ] ++ optionalDep withDelta delta);
batgrep = script "batgrep" [ less coreutils ripgrep ];
batman = script "batman" [ util-linux ];
batpipe = script "batpipe" [ less ];
batwatch = script "batwatch" ([ less coreutils ] ++ optionalDep withEntr entr);
prettybat = script "prettybat" ([]
++ optionalDep withShFmt shfmt