You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First thanks for this helpful tool.
Second, I feel that how the search is performed is not that great. Consider having the following 2 lines:
* ssh server target ServerAliveInterval=50 -o StrictHostKeyChecking=no jumper host
* dns nameserver dhcp start --gateway subnet
Now if you search by 'ssh' you will get the second line in first which shouldn't be the case since there's no 'ssh' word in it. Also if you search for 'ssh target' still it won't get the 1st line which contains both tokens 'ssh' and 'target' to be displayed on top. Any ideas ?
Also I'm willing to support this project!
The text was updated successfully, but these errors were encountered:
@rbuzatu90 , if you have another means of scoring in mind, I'm happy to have an alternative scoring method available that can be configured via an option if you'd like to give it a try.
I wouldn't want to make it the default and I wouldn't want to remove the current scoring as that would disrupt people already using the tool.
The rules here might be of help. I've loosely followed them in a few web apps and found the experience much better. These also solve for the issue mentioned here.
Hi,
First thanks for this helpful tool.
Second, I feel that how the search is performed is not that great. Consider having the following 2 lines:
* ssh server target ServerAliveInterval=50 -o StrictHostKeyChecking=no jumper host
* dns nameserver dhcp start --gateway subnet
Now if you search by 'ssh' you will get the second line in first which shouldn't be the case since there's no 'ssh' word in it. Also if you search for 'ssh target' still it won't get the 1st line which contains both tokens 'ssh' and 'target' to be displayed on top. Any ideas ?
Also I'm willing to support this project!
The text was updated successfully, but these errors were encountered: