abduco

abduco 0.6.0-unstable-2020-04-30

Allows programs to be run independently from its controlling terminal

http://brain-dump.org/projects/abduco
ISC License
main program: abducoprograms: abduco
Platforms (46)
x86_64-redoxi686-linuxarmv6l-linuxs390x-linuxmips64-linuxriscv64-linuxarmv6l-netbsdriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abduco
];
Ad-hoc shell
nix-shell -p abduco
Flake (nix run)
nix run nixpkgs#abduco