Making terminal navigation visual 🖥️ In my last post, I introduced Pulse, my Python-built GUI terminal. Today, I want to highlight a small feature I implemented that I think can be very useful. Ever find yourself second-guessing the exact name of a subfolder or a file? Or tired of typing 'ls' every two seconds just to see the contents of a folder? In Pulse, if you type cd ./ (or cd ./folder1/folder2/), the terminal intelligently shows you the contents of that path as you type. It’s like having a real-time preview of your destination before you hit enter. It turns directory changes from a blind command into a visual exploration. Watch the video below to see how it works. Check it out on GitHub: https://lnkd.in/dw6f_g3u #Python #Terminal #DevTools #PySide6 #Qt #OpenSource #UIUX

To view or add a comment, sign in

Explore content categories