commit 2df2d1c1f6738c0d9ef3b6c090bd56deeba1be6b parent 79af0da183f068b99a69107b2764d9c8c3c3eaca Author: ccx <ccx@te2000.cz> Date: Wed, 9 Oct 2024 16:22:40 +0000 Add htop terminal to powerbox commands, fix show-inbox Diffstat:
M | bin/handle-nsx11-message | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -301,10 +301,14 @@ IFS= read -ru 0 -k $plumb_ndata data || return $? case $data in (show-inbox) - in_terminal zsh -c "watch -n 1 'tree /run/containers/*.ccx/inbox'" + in_terminal zsh -c "watch -n 1 'tree /run/containers/*.ccx/run/inbox'" #in_terminal watch -n 1 'tree /run/containers/*.ccx/inbox' ;; + (htop) + in_terminal htop --readonly + ;; + (zsh-history) update-zsh-history ;;