我试图写一个bash脚本,我希望它能够在2部分划分屏幕,并在其中一个显示消息,并在另一个命令的输出,而不必分割终端窗口就像htop或nvtop。我到处都查过了,就是找不到一个起点。
top segment:
echo "now we are executing x command"
bottom segment:
sudo apt update -y
#above command's output
blablablablabla updating this and that
updated
your repositories work
blablablablabla
图片参考:Htop分割线
我在谷歌上到处找,找不到一个起点,我也搜索了一种方法,在终端上留下一个静态头,命令输出刷新,但仍然没有找到有用的东西
您的参考图像是bashtop
这个github项目代码可能会给你提示如何继续你想要的。