This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
"""Yet another curses-based directory tree browser, in Python. | |
I thought I could use something like this for filename entry, kind of | |
like the old 4DOS 'select' command --- cd $(cursoutline.py). So you | |
navigate and hit Enter, and it exits and spits out the file you're on. | |
Originally from: http://lists.canonical.org/pipermail/kragen-hacks/2005-December/000424.html | |
Originally by: Kragen Sitaker |