Hi HN.<p>This project is an experiment in terminal user interfaces.<p>It is a filesystem navigator, which could become a useful tool in its own right, or a widget that could be integrated in to a larger tool.<p>I wanted something that felt at home in a terminal session. So it had to use standard terminal themes. I also wanted it to be keyboard friendly and snappy - so no fancy visual effects.<p>I'm going to park this project for now. But I will revisit it at some point down the line when I have more idea what it should become.<p>I did have an idea that I could build a <i>visual cd</i> of sorts, which could be integrated in to a command line. So you could do something like:<p>cp foo.py `vcd`<p>Which would bring up the navigator to select a directory to be used as the destination for the copy. But I'm open to suggestions what could be built on top of this.