feat: finished up application added database support

This commit is contained in:
2025-07-06 20:46:41 +02:00
parent 1323736724
commit e8c315f3b8
9 changed files with 315 additions and 61 deletions

View File

@@ -55,7 +55,7 @@ impl UserFuzzyFindState for State {
}
impl SkimItem for SshItem {
fn text(&self) -> std::borrow::Cow<str> {
fn text(&'_ self) -> std::borrow::Cow<'_, str> {
format!("{self}").into()
}
}