A zsh program that enables full mouse support for your Terminal and automatic IDE style autosuggestions

Wait 5 sec.

https://github.com/AIex7/zsh-mouse-and-flex-search This is a TUI I have been working on to improve the terminal experience. Use the mouse to edit commands in your terminal just like regular text, drag and select, overwrite by typing. Automatically search zsh history with directory aware fuzzy matching, and syntax highlighting. It runs on zsh hooks every time your prompt opens. History is stored in sqlite, and the history search scales to millions of history entries thanks to Rust SIMD vectorization, compact bitmask filtering, and an in-memory caching daemon. Some alternatives to this app are atuin, but that app requires you to press ctrl-R to get suggestions as far as I am aware, and does not support the mouse.   submitted by   /u/Due-Departure-8553 [link]   [comments]