[IPython-user] Rethinking directory history
Walter Dörwald
walter at livinglogic.de
Tue Apr 11 11:40:59 CDT 2006
Ville Vainio wrote:
> [...]
> I also think that we should use Walter's ipipe curses browser to make
> an easy "directory selector", to provide a graphical way to change
> dirs (in the history) easily.
This should be rather easy:
>>> result = (map(ifile, _dh) | ibrowse).display()
[ Opens the browser ]
[ Press 'p' to pick a directory ]
>>> result
ifile('/var/home/walter')
Servus,
Walter
More information about the IPython-user
mailing list