http://www.perlmonks.org?node_id=588722


in reply to what is the easy GUI way to select file (or directory) on Win and MacOSX?

Since you're using command line, I'd like to suggest a TUI interface...Curses Dev Kit. It's got a curses file-select widget.

If you want to test it out, I suggest getting the cdk and the cdk-perl tarballs from the site link above and do not use the CPAN version, which is out of date. This does require that you have ncurses installed as well.

HTH.

--
hiseldl
What time is it? It's Camel Time!

  • Comment on Re: what is the easy GUI way to select file (or directory) on Win and MacOSX?