abduco
Session management in a clean and simple way
abduco provides session management i.e. it allows programs to be run independently from their controlling terminal. That is, programs can be detached---run in the background---and then later reattached.
- Versions: 0.6
- Website: https://www.brain-dump.org/projects/abduco/
- Licenses: ISC
- Package source: gnu/packages/abduco.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of abduco
as follows:
guix install abduco
Or install a particular version:
guix install abduco@0.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.