Re: [sshmenu] Clear text entry SSH Menu applet
Brought to you by:
grantm
From: Grant M. <gr...@mc...> - 2010-06-01 21:11:52
|
Hi Giancarlo On Tue, 2010-06-01 at 15:43 +0200, Giancarlo Pioli wrote: > I have installed SSH Men applet on Ubuntu 10.04. I have enabled the > text entry field and now I have some strings that are not registered > hostnames (these strings have white background while the hostnames > have a darker background). > I have those entries because, while using the text field as a shortcut > for connecting, I have entered a portion of the hostname, I have > pressed the left arrow (instead of the down arrow) and the I have > pressed enter. The 'history' of hosts you have connected to via the text entry is maintained in a plain text file in your home directory called '.sshmenu_history'. You can edit the file with gedit: gedit ~/.sshmenu_history delete the unwanted lines and save the file. My longer term plan is to have the auto complete list respond to the delete key. Cheers Grant |