Scroll to navigation

Term::ReadLine::Zoid::FileBrowse(3pm) User Contributed Perl Documentation Term::ReadLine::Zoid::FileBrowse(3pm)

NAME

Term::ReadLine::Zoid::FileBrowse - a readline file browser mode

SYNOPSIS

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

DESCRIPTION

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

KEY MAPPING

^C (return_empty_string)
/ (fb_mini_buffer)
. (toggle_hide_hidden)

TODO

make fb_prompt config compatible with PS1 stuff and keep $ENV{CLICOLOR} in mind

AUTHOR

Jaap Karssenberg (Pardus) <pardus@cpan.org>

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.

SEE ALSO

Term::ReadLine::Zoid

2022-06-17 perl v5.34.0