I have 5 servers to manage (ssh, tunnel, etc). So is there a way/plugin to perform a free text search and execute a command. For example I map a sentence to a bash command and filter in terminal via free text search. I know about history search with ctrl + R command but its a bit cumbersome to search through all ips to find the relevant server.
For Example
Text : "ssh to server 1" >> "ssh nirojan@ipaddress"
Text : "tunnel to server 5" "ssh -L 5234:localhost:5433 "