sshs
sshs copied to clipboard
Pr/delete popup
Delete function
I have added a popup window for deleting records.
- Added window folder with a trait PopupWindow (I would happy to implement also feature for adding new records).
- Created delete.rs which contains DeletePopupWindow.
- Delete popup can be triggered with DELETE key.
- Popup window includes confirmation YES/NO selection button.
Future improvements:
- Currently I just clone() some data as app_configs or hosts. I suggest optimization for that in future work.
- Hosts will be saved into the ~/.ssh/config file