rum
Simple tool for managing running background jobs
TLDR
Start a tracked background job
$ rum [my_long_script.sh]
List all tracked runs$ rum --list
Remove a tracked run by ID$ rum --remove [id]
SYNOPSIS
rum [options] [command...]
DESCRIPTION
rum lets you run and manage long-running background processes. You prefix any command with rum to start tracking it. Each run gets a unique ID for management. It is lighter than screen or tmux for simple job tracking, especially useful over SSH.
PARAMETERS
--list
List all tracked background runs.--remove ID
Remove a tracked run by its ID.
HISTORY
rum was created by Daniel Csillag (dccsillag) and is written in Rust.

