I use the Bash for a lot of command-line scripting which is kind-of-sort-of similar to Mush's command window.
One feature I wish Mush had would be to execute the last command as denoted by the prefix '!'.
For example,
HISTORY:
quest status 123
quest status 456
quest status 789
'!' would execute the last command where as whereas !q or any combination of characters matching up to the last match would execute that command from history.
'!q' in this example, would execute 'quest status 789' because it's the last command to being with this prefix.
This can be further filtered by adding additional characters.
One feature I wish Mush had would be to execute the last command as denoted by the prefix '!'.
For example,
HISTORY:
quest status 123
quest status 456
quest status 789
'!' would execute the last command where as whereas !q or any combination of characters matching up to the last match would execute that command from history.
'!q' in this example, would execute 'quest status 789' because it's the last command to being with this prefix.
This can be further filtered by adding additional characters.