ilya-manin / tmux-network-bandwidth

📊 Network bandwidth plugin for tmux
MIT License
76 stars 13 forks source link

Is this compatible with macOS? #1

Closed vincentmader closed 4 years ago

vincentmader commented 4 years ago

I just installed this plugin using the tmux package manager. Unfortunately, the up- and downlink speeds are not displayed in the status bar. Is this a problem with the requirements?

I did install awk via homebrew and netstat is installed by default. But as far as I know, numfmt is not available for Mac. There is gnumfmt though, would it be possible to use that instead?

ilya-manin commented 4 years ago

Hey @vincentmader, I have numfmt installed from coreutils brew package. So I think that if you install it, everything will work: brew install coreutils

If this doesn't help, feel free to write me back.

vincentmader commented 4 years ago

I was pretty sure I had already installed coreutils... Anyways, I executed brew install coreutils again to be sure and now the up- and downlink speeds are displayed correctly! Thank you very much.