Hi everyone I just created Deja, a tool that instead of only surfacing commands that start with what you've typed, suggest what you actually want to run. I built it because I was using zsh autosuggestions but got tired of typing the same commands again and again. So Deja predicts your next command from your history.
Let me know what you think
This is clever. There are short command sequences that are not worth scripting but do repeat sometimes.
Thank you, yeah that’s the concept. I always end up doing the same sequences each time
The tool is fully open source and free. Built in Golang :)