feat: add basic ssh manager application

This commit is contained in:
2025-07-06 20:05:22 +02:00
commit 0b098b25ba
11 changed files with 2033 additions and 0 deletions

19
DESIGN.md Normal file
View File

@@ -0,0 +1,19 @@
# Design
The tools is an ssh tool for quickly finding your relevant ssh endpoints. Using a fuzzy finder.
```
$ nossh
1. ratchet:22
2. somegateway:222
# 3. git.front.kjuulh.io # This is the selected item
> git.fr
# pressed: Enter
git.front.kjuulh.io$: echo 'now at this machine'
```
Based on its own config
Based on ~/.ssh/config
Cache history
nossh can be used as just a normal ssh