feat: add tmux-speedtest to Status Bar section (#171)

Add tmux-speedtest plugin that runs internet speed tests and displays
download/upload speeds and latency in the tmux status bar.
This commit is contained in:
Yousef Hadder 🇵🇸
2026-02-04 22:16:01 -06:00
committed by GitHub
parent 0c68b92099
commit 4a9384a007

View File

@@ -135,6 +135,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set
- [tmux-powerline-nostatus](https://gist.github.com/james1236/73bb8b7279dca0bc821518abada38f1e) Display your tmux window list directly in your terminal prompt, eliminating the tmux status bar.
- [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight) Plugin that highlights when you press tmux prefix key
- [tmux-split-statusbar](https://github.com/charlietag/tmux-split-statusbar) Plugin for splitting status bar into 2 parts - window + left/right status
- [tmux-speedtest](https://github.com/YousefHadder/tmux-speedtest) Run internet speed tests and display results in your status bar.
- [tmux-spotify-info](https://github.com/jdxcode/tmux-spotify-info) Spotify track info on your status bar (OSX)
- [tmux-spotify-info](https://github.com/Feqzz/tmux-spotify-info) Spotify track info on your status bar (Linux)
- [tmux-transient-status](https://github.com/TheSast/tmux-transient-status) Automatically make your tmux status bar vanish when unneded.