Hacker News new | ask | show | jobs
by hernantz 1043 days ago
I found the example in the post weird too, I thought it would be for auto complete, when you enter sta -> start
1 comments

Yeah, this would be good for tab-completion. It would also work with a time-delay, like git does. It'll print out the guessed command with a second delay, and then if the user doesn't interrupt, execute it.