CuboCore.coreshot

coreshot 5.0.0

Screen capture utility from the C Suite

https://gitlab.com/cubocore/coreapps/coreshot
GNU General Public License v3.0 or later
main program: coreshotprograms: coreshot
Platforms (24)
armv7a-linuxarmv6l-linuxarmv5tel-linuxarmv7l-linuxpowerpc-linuxriscv32-linuxmips-linuxm68k-linux
View source on NixOS/nixpkgs →

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