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.
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
Although I am linux user from past several years, I still think a lot more commands I don't know. So using explanation if it can help me in getting the command [using LLM as the tranfomation] so this way I can learn and get more efficient commands for my requirements.