Sunday 17 July 2022

New best story on Hacker News: Show HN: tere – A Faster Alternative to cd+ls

Show HN: tere – A Faster Alternative to cd+ls
366 by mgunyho | 194 comments on Hacker News.
Hi HN! I wrote a small program to browse folders in the terminal. The main inspiration was type-ahead search in GUI file managers. There exist several programs that are similar (see the listing in the README), but none of them do it quite the way I like, and often they have a very complex UI and a ton of features. I tried to make something that is obvious how to use and gets out of your way. (I also wanted an excuse to learn Rust.) Let me know what you think!