tmux-online-status icon indicating copy to clipboard operation
tmux-online-status copied to clipboard

Tmux plugin that displays online status of your computer.

Results 8 tmux-online-status issues
Sort by recently updated
recently updated
newest added

When using a multi-line status-format, having the interpolation restricted to status_left and status_right is problematic. This adds an option to configure which options are interpolated by the plugin. Because there...

Currently, if I open a tmux session on my local machine and ssh to a remote server, the status is not changed with respect to the availability of internet on...

Corporate networks usually egress filter ICMP and only allow HTTP(s), so consider using curl to google.com or similar instead on this line (I edited my local one to work around)....

It's worth noting you can add colors to text-based symbols in the documentation: ``` set -g @online_icon "#[fg=colour46]▲" set -g @offline_icon "#[fg=colour1]▼" ```

This uses [scutil](https://ss64.com/osx/scutil.html) to read the Reachability API. This can give you a fairly accurate representation of your network connectivity without sending an ICMP packet every N seconds. https://developer.apple.com/documentation/systemconfiguration/scnetworkreachability-g7d

Hi, I wonder if it is possible to add the WiFi signal strength on the status bar. I feel it is cooler than the online/offline icon, as the latter is...

I've set the default colors to white so users updating the plugin will have the same colors.

## Status **READY** ## Migrations NO ## Description I've added modules so you can see gateway ping status, and dns server ping status. The function of the gateway and dns...