LinuxCommandLibrary

rum

Simple tool for managing running background jobs

TLDR

Start a tracked background job
$ rum [my_long_script.sh]
copy
List all tracked runs
$ rum --list
copy
Remove a tracked run by ID
$ rum --remove [id]
copy

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.

SEE ALSO

screen(1), tmux(1), nohup(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard