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)
loongarch64-linuxs390-linuxi686-linuxarmv7a-linuxarmv7l-linuxaarch64-linuxmicroblazeel-linuxpowerpc64le-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