Hacker News new | ask | show | jobs
Show HN: Deja – zsh that predicts your next command from sequence patterns (github.com)
2 points by giammiferr 1 day ago
Deja runs a local sqlite daemon over a unix socket, scores your history with frecency + directory affinity and uses Markov style sequence prediction to suggest what you’ll type next.

Pls let me know what you think. I'm still improving the tool and open for feedbacks. :)

1 comments

HI all, I'm Giammarco a full stack developer. I developed this in golang and fully open source. The issue i had was typing same commands over and over. So i built this for myself first