programs: add (and ship) see-cat; a program to pretty-print anything in the terminal
This commit is contained in:
@@ -106,6 +106,7 @@ in
|
|||||||
"rsync"
|
"rsync"
|
||||||
# "s6-rc" # service manager
|
# "s6-rc" # service manager
|
||||||
# "screen"
|
# "screen"
|
||||||
|
"see-cat" # pretty-print equivalent to 'cat'
|
||||||
"smartmontools" # smartctl
|
"smartmontools" # smartctl
|
||||||
# "socat"
|
# "socat"
|
||||||
"strace"
|
"strace"
|
||||||
|
@@ -176,6 +176,7 @@
|
|||||||
./sblast
|
./sblast
|
||||||
./schlock.nix
|
./schlock.nix
|
||||||
./seatd.nix
|
./seatd.nix
|
||||||
|
./see-cat.nix
|
||||||
./sfeed.nix
|
./sfeed.nix
|
||||||
./shadow.nix
|
./shadow.nix
|
||||||
./signal-desktop.nix
|
./signal-desktop.nix
|
||||||
|
8
hosts/common/programs/see-cat.nix
Normal file
8
hosts/common/programs/see-cat.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
sane.programs.see-cat = {
|
||||||
|
# if image rendering is enabled, "existing" may be too restrictive;
|
||||||
|
# grant access to the whole directory, as images are usually somewhere within that.
|
||||||
|
sandbox.autodetectCliPaths = "existingDirOrParent";
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user