Skip to content

Commit 1281c6c

Browse files
authored
feat: support login with ssh config (#5)
* feat: add session filter * feat: support public key * feat: support public key * chore: clean code * Update themes.rs * Update session.rs * chore: clean code * chore: clean code * feat: login via ssh config * feat: gain focus from terminal * feat: add icon * Update README.md
1 parent ecf000a commit 1281c6c

28 files changed

+416
-1279
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resolver = "2"
33
members = [
44
"crates/catppuccin-egui",
55
"crates/egui-dock",
6-
"crates/egui-form",
76
"crates/egui-term",
87
"crates/egui-theme-switch",
98
"crates/egui-toast",
@@ -31,6 +30,8 @@ duplicate = "2"
3130
eframe = "0.31"
3231
egui = "0.31"
3332
egui_extras = "0.31"
33+
egui_form = "0.5"
34+
egui-phosphor = "0.9"
3435
egui-theme-switch = "0.2.3"
3536
egui-toast = "0.16"
3637
garde = "0.22"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ An open-source, cross-platform SSH session manager powered by <a href="https://g
3636
- [x] Multi Execute
3737
- [x] Multi Instance
3838
- [x] Key features of **Alacritty**
39-
- [x] Ssh session manager
39+
- [x] Ssh session manager (Password/SSH Config)
4040

4141
### Roadmap 🏁
4242

crates/egui-form/CHANGELOG.md

-22
This file was deleted.

crates/egui-form/Cargo.toml

-41
This file was deleted.

crates/egui-form/README.md

-74
This file was deleted.

crates/egui-form/examples/egui_form_minimal.rs

-37
This file was deleted.

crates/egui-form/examples/garde.rs

-99
This file was deleted.

0 commit comments

Comments
 (0)