mum-rs / mum

Daemon/cli mumble client
MIT License
31 stars 2 forks source link

mumctl status: sort users consistently with Mumble #153

Open Lykos153 opened 1 year ago

Lykos153 commented 1 year ago

Hi! First of all: Thank you for this great peace of software! It's helping me a lot in my endeavor to make my system completely keyboard-only. Now to my feature request:

I have some meetings where the speaker order is determined by the order that is shown by Mumble which I think is alphabetical. mumctl status seems to use a different order, however. Currently I'm working around this with watch "mumctl status | tail -n+4 | sort", but it'd be nice if the sorting was consistent with Mumble already.