SYNOPSIS

This class is used as a mode under Term::ReadLine::Zoid, see there for usage details.

DESCRIPTION

This module provides a \*(L"file browse\*(R" mode that lets you interactively select files and navigate your file-system.

KEY MAPPING

up (select_previous)
down (select_next)
right (select_next_col)
left (select_previous_col)
page_up (page_up)
page_down (page_down)
return (accept_line)
^C (return_empty_string)
escape (switch_mode)
/ (fb_mini_buffer)
space (toggle_mark)
. (toggle_hide_hidden)

TODO

make fb_prompt config compatible with \s-1PS1\s0 stuff and keep $ENV{\s-1CLICOLOR\s0} in mind

AUTHOR

Jaap Karssenberg (Pardus) <[email protected]>

Copyright (c) 2004 Jaap G Karssenberg. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

RELATED TO Term::ReadLine::Zoid::FileBrowse…

Term::ReadLine::Zoid