Show HN: I made a better zsh autosuggestion tool that predicts your next command
Category: cli-tool
Tags: zsh, shell-autocomplete, predictive-typing
Score: 7.5/10 (Innovation: 7, Technical: 7, Documentation: 9, Utility: 7)
Deja is a predictive ghost-text autosuggestion tool for zsh that uses fuzzy matching, directory awareness, and command sequence prediction to suggest commands. It improves on existing autosuggestion plugins with a daemon architecture for low latency and a local-only approach, making it both powerful and privacy-friendly.
Target audience: backend devs, devops, cli power users
Repository: https://github.com/Giammarco-Ferranti/deja · Go · MIT · 174 stars
View on Hacker News