LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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
Show the output log of a run
$ rum --log [id]
copy
Follow the live output of a running job
$ rum --log --follow [id]
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. Output is captured and can be viewed later with --log, making it lighter than screen or tmux for simple job tracking, especially useful over SSH sessions that may disconnect.

PARAMETERS

--list

List all tracked background runs with their status.
--log ID
Show the output log of a tracked run.
--follow
Used with --log to follow output in real time (similar to tail -f).
--remove ID
Remove a tracked run by its ID.
--help
Display help information.
--version
Display version information.

INSTALL

yay -S rum
copy

HISTORY

rum was created by Daniel Csillag (dccsillag) and is written in Rust.

SEE ALSO

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid