CuboCore.coreshot
coreshot 5.0.0
Screen capture utility from the C Suite
https://gitlab.com/cubocore/coreapps/coreshotGNU General Public License v3.0 or later
main program: coreshotprograms: coreshot
Platforms (24)
aarch64-linuxarc-linuxarmv7a-linuxpowerpc64le-linuxarmv5tel-linuxpowerpc-linuxmips64-linuxloongarch64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ CuboCore.coreshot ];
Ad-hoc shell
nix-shell -p CuboCore.coreshot
Flake (nix run)
nix run nixpkgs#CuboCore.coreshot