aristocratos / aristocratos/bashtop

[REQUEST] Redirect output to spare VC

Open
#231 0 comments 0 reactions 1 assignee Claimed by @aristocratos View on GitHub
enhancement
Dominant language
Shell
Stars
11.1k
Forks
555
PR merge metrics
No merged PRs in 30d

Description

normally I can redirect (and background) a process and send its output to a spare unused virtual console with below:

2>&1 > /dev/tty8&

but when i do that with bashtop, nothing happens and then it gets paused. if i then "fg" the process it works but then obviously it ties up the current vc as well which is not what i want.

right now i have a syslog tail on /dev/tty7, and would love to have bashlog on tty8 so that I can just alt-f8 to look at it

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.