- Implemented add_entry method in HostsManager for adding new entries. - Created AddEntryModal for user input when adding entries. - Implemented delete_entry method in HostsManager for removing entries. - Created DeleteConfirmationModal for user confirmation before deletion. - Integrated modals into HostsManagerApp for adding and deleting entries. - Added search functionality with SearchModal for finding entries by hostname or IP address. - Updated keybindings to include shortcuts for adding and deleting entries. - Added HelpModal to provide keyboard shortcuts and usage information.  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_config.py | ||
| test_config_modal.py | ||
| test_main.py | ||
| test_manager.py | ||
| test_models.py | ||
| test_parser.py | ||
| test_save_confirmation_modal.py | ||