fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

suggestion list shows unrelated commands #2

Closed nitzantomer closed 7 years ago

nitzantomer commented 7 years ago

The suggestion list (tapping tab) sometimes show unrelated commands suggestions.

For example, typing: list will show:

io.fugazi.terminal name|string = value|any
io.fugazi.components list modules
io.fugazi.components list modules in
io.fugazi.components list types in
io.fugazi.components list constraints in
io.fugazi.components list commands in
io.fugazi.components list converters in
io.fugazi.net.http post url|url data|string headers|map timeout|number
io.fugazi.net.http post url|url data|string timeout|number
io.fugazi.net.http post url|url data|map
io.fugazi.net.http post url|url data|map contentType|contentType
io.fugazi.net.http post url|url data|map contentType|contentType headers|map
io.fugazi.net.http post url|url data|string
io.fugazi.net.http post url|url data|map contentType|contentType timeout|number
io.fugazi.net.http post url|url data|map headers|map
io.fugazi.net.http post url|url data|map headers|maptimeout|number
io.fugazi.net.http post url|url data|map timeout|number
io.fugazi.net.http post url|url
io.fugazi.net.http post url|url data|string contentType|contentType
io.fugazi.net.http post url|url data|string contentType|contentType headers|map
io.fugazi.net.http post url|url data|string contentType|contentType headers|map timeout|number
io.fugazi.net.http post url|url data|string contentType|contentTypetimeout|number
io.fugazi.net.http post url|url data|string headers|map
io.fugazi.net.http post url|url data|map contentType|contentType headers|map timeout|number

The first one makes sense, also the 6 commands after it for listing components, but the rest (the post ones) shouldn't be shown.

creativeChips commented 7 years ago

the "post" command and "list" command are only 2 chars away. This is considered a typo and gets a good enough score to put it in the list, but not high enough to appear first. Adding more info (chars) will make the score drop and the "post" will disappear.

Don't think its a bug

creativeChips commented 7 years ago

git suggestion-list-shows-unrelated-commands-#2