vulcano icon indicating copy to clipboard operation
vulcano copied to clipboard

Reexecute with autosuggestion

Open dgarana opened this issue 5 years ago • 0 comments

One nice thing, would be able to execute a previous command with autosuggestion without having to write it again, so for example:

>> hepl
Command hepl not found
Did you mean "help"? If so, you can reexecute the command with !
>> !
Help about the application! (same as executing `help`)
>> hepl command_one
Command hepl not found
Did you mean "hepl"? If so, you can reexecute the command with !
>> !
Help about the command_one (same as executing `help command_one`)

dgarana avatar Jun 28 '19 21:06 dgarana