Tagged Questions
1
vote
1answer
293 views
Interactive command to let user change directory in bash
I am looking for a CURSES-based way (bash, c, doesn't really matter) of letting a user choose a folder or even a file in roughly the same way that they would do using Midnight Commander.
I envisage ...