Show HN: I made a better zsh autosuggestion tool that predicts your next command
1 day ago (github.com)
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 quite useful as the heavy terminal user. Can we add tiny LLM plugin [self hosted or API one] as well so it can help in predicting more accurately ?
hi my original idea was not to use llm at all and keep it super simple. Can you help me understand further what you need? Maybe I can achieve it without llm
The tool is fully open source and free. Built in Golang :)
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