quinjet 0.0.47

A fast, live, keyboard-first Git source-control interface for the terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `quinjet remote list`

Lists recent SSH repositories and checks whether each SSH machine is currently
reachable.

```bash
quinjet remote list
quinjet remote list --json
```

Each reachability check uses non-interactive SSH authentication and a
three-second connection timeout. Text output labels each entry `accessible` or
`unavailable` and shows its use count. JSON output contains `target`, `folder`,
`accessible`, and `uses` fields. The terminal machine picker groups folders by
SSH target and orders machines by their total use count.