1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
`rgoto` is a Rust-based command-line tool that reads your SSH configuration file (`~/.ssh/config`), presents a list of configured hosts, and allows you to select one to SSH into interactively.
This work is partially inspired by [goto](https://github.com/grafviktor/goto).
Also, this project borrows and modifies some codes from [cliclack](https://github.com/fadeevab/cliclack) to support `hjkl` and index based navigation.
- ----
-
1.
2.
3.
1.
2.
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.