DEV Community

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

Collapse
 
rhymes profile image
rhymes
➜  ~ cat > t.txt
test
➜  ~ vim t.txt &
[1] 58870
➜  ~
[1]  + 58870 suspended (tty output)  vim t.txt
➜  ~ jobs
[1]  + suspended (tty output)  vim t.txt

is this what you're looking for?

I would rely with a tmux and maybe name tmux sessions with what you're working on in each of them