You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature would be very usefull, if possible please allow multiple like -w=CPU,Memory,Network,Processes or similar.
This way it would be able to hide the Temperature-boxes for example, which are usually empty on my VMs anyway.
@xypnox -- addressed in release 3.2.0 (on this repository), through the configurable user interface. The way you'd do it with the release is:
echo net | gotop -l -
The configurable UI feature allows you to do more than this, including creating a layout file with (in this case) only a single widget, putting it in (say) a file called $XDG_CONFIG_DIR/gotop/net-only and then running gotop -l net-only. The README has more information about this feature.
On Sun, 16 Feb, 2020, 02:11 xxxserxxx, ***@***.***> wrote:
@xypnox <https://github.com/xypnox> -- addressed in release 3.2.0 (on
this repository), through the configurable user interface. The way you'd do
it with the release is:
echo net | gotop -l -
The configurable UI feature allows you to do more than this, including
creating a layout file with (in this case) only a single widget, putting it
in (say) a file called $XDG_CONFIG_DIR/gotop/net-only and then running gotop
-l net-only. The README has more information about this feature.
Original ticket cjbassi#155 <cjbassi#155>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39?email_source=notifications&email_token=AF7KDSZWNBMBMYUQYPZXN5TRDBHOXA5CNFSM4KVTVGC2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL3WQGI#issuecomment-586639385>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF7KDS3IMWBGM4QATR4RZ53RDBHOXANCNFSM4KVTVGCQ>
.
Sometimes, The usecase is such that we only need to monitor one thing. For example, We may need to only see the network widget or memory widget.
Hence, Add a command-line option that takes the name of the widget and displays only that widget.
This will be helpful in case of tiled terminals with small terminal area.
A sample Command line interface could look like:
gotop --widget=network
gotop -w network
Original ticket cjbassi#155
Original submitter @xypnox
The text was updated successfully, but these errors were encountered: