Sławek Piotrowski

Results 4 comments of Sławek Piotrowski

Yet another use case could be integration of [The Fuck](https://github.com/nvbn/thefuck). Imagine making an error in the command and then autosuggestion shows the same command line with the error fixed.

Show user some error explaining that he uploaded too old firmware and needs to upgrade to continue.

Should there be a configuration option for that?

I don't think so. Just to make sure I created a test script that sometimes shows an empty result: ```bash #!/bin/bash if (( RANDOM % 2 == 0 )); then...