DEV Community

Discussion on: Is there a way to persistently display background jobs?

Collapse
 
bemyak profile image
bemyak

You can use watch command like this:
watch -n1 jobs

Just split tmux screen and launch this command in one panel.