File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Tmux online status
2
2
3
+ Tmux plugin that displays online status of your workstation.
4
+
5
+ ### Installation with [ Tmux Plugin Manager] ( https://github.com/bruno-/tpm ) (recommended)
6
+
7
+ Add plugin to the list of TPM plugins in ` .tmux.conf ` :
8
+
9
+ set -g @tpm_plugins " \
10
+ bruno-/tpm \
11
+ bruno-/tmux_online_status \
12
+ "
13
+
14
+ Hit ` prefix + I ` to fetch the plugin and source it.
15
+
16
+ ### Manual Installation
17
+
18
+ Clone the repo:
19
+
20
+ $ git clone https://github.com/bruno-/tmux_online_status ~/clone/path
21
+
22
+ Add this line to the bottom of ` .tmux.conf ` :
23
+
24
+ run-shell ~/clone/path/online_status.tmux
25
+
26
+ Reload TMUX environment:
27
+
28
+ # type this in terminal
29
+ $ tmux source-file ~/.tmux.conf
30
+
31
+ ### Limitations
32
+
33
+ Online status icon most likely won't be instant. The duration depends on the
34
+ ` status-interval ` Tmux option. So, it might take anywhere between 5 and 60
35
+ seconds for online status icon to change.
36
+
3
37
### License
4
38
5
39
[ MIT] ( LICENSE.md )
You can’t perform that action at this time.
0 commit comments