logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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.

Description

       This module provides a "file browse" 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)

Name

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

See Also

       Term::ReadLine::Zoid

perl v5.34.0                                       2022-06-17              Term::ReadLine::Zoid::FileBrowse(3pm)

Synopsis

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

Todo

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

See Also