sshs
sshs copied to clipboard
Return entered text if no matches
If the search ends up with zero matches, just return the entered text. This mostly solves #139 for me. Real glob parsing would be better, but this works surprisingly well.
I branched this from #140, so it probably will not apply without that PR also applied.