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
Comments
giammiferr•30m ago
The tool uses a Markov chain sequence with the commands of your history. It doesn’t need any LLM and works locally. Made with golang
giammiferr•30m ago