tabby-server-stats 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# **Tabby Server Stats Plugin**
|
|
2
2
|
|
|
3
|
-
A plugin for [Tabby Terminal](https://github.com/Eugeny/tabby) that displays real-time server statistics (CPU, RAM, Disk, Network) and **custom metrics** when connected via SSH.
|
|
3
|
+
A plugin for [Tabby Terminal](https://github.com/Eugeny/tabby) that displays real-time server statistics (CPU, RAM, Disk, Network) and **custom metrics** when connected via SSH / Local Shell.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -29,7 +29,7 @@ A plugin for [Tabby Terminal](https://github.com/Eugeny/tabby) that displays rea
|
|
|
29
29
|
|
|
30
30
|
## **Usage**
|
|
31
31
|
|
|
32
|
-
The stats will automatically appear when you connect to a Linux server via SSH.
|
|
32
|
+
The stats will automatically appear when you connect to a Linux server via SSH or Local Shell.
|
|
33
33
|
You can toggle visibility using the "Activity" icon in the toolbar.
|
|
34
34
|
|
|
35
35
|
### **How to use Custom Metrics**
|