@baleen37/ars 2.0.0 → 2.2.0
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 +8 -3
- package/package.json +1 -1
- package/vendor/ars-darwin-arm64 +0 -0
- package/vendor/ars-linux-amd64 +0 -0
- package/vendor/ars-linux-arm64 +0 -0
package/README.md
CHANGED
|
@@ -125,9 +125,14 @@ Keys:
|
|
|
125
125
|
- `q`, `Ctrl+C`: quit ARS
|
|
126
126
|
- `Ctrl+Q`: detach only while inside an attached ARS tmux client
|
|
127
127
|
|
|
128
|
-
The screen collects at startup, on `r`, and after attach returns.
|
|
129
|
-
|
|
130
|
-
|
|
128
|
+
The screen collects at startup, on `r`, and after attach returns. Rows appear
|
|
129
|
+
immediately from the last collection, cached per host under
|
|
130
|
+
`${XDG_CACHE_HOME:-~/.cache}/ars/hosts/`, marked `cached` until that host's
|
|
131
|
+
live refresh lands; each host updates independently, so a slow peer does not
|
|
132
|
+
hold up the others (hosts are collected up to four at a time). It does not
|
|
133
|
+
poll, watch, or collect in the background, and
|
|
134
|
+
peers still store nothing. Canonical host/provider/native-ID data, never
|
|
135
|
+
rendered row text, determines the attach command.
|
|
131
136
|
|
|
132
137
|
## Session inclusion
|
|
133
138
|
|
package/package.json
CHANGED
package/vendor/ars-darwin-arm64
CHANGED
|
Binary file
|
package/vendor/ars-linux-amd64
CHANGED
|
Binary file
|
package/vendor/ars-linux-arm64
CHANGED
|
Binary file
|