From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

App::Codit::Plugins::FileBrowser - plugin for App::Codit

DESCRIPTION

Browse your file system.

DETAILS

The FileBrowser plugin lets you browse and manage your harddrive.

Double clicking a file will open it in Codit if it is a text file. Otherwise it will open in the appropriate application of your desktop.

Clicking the right mouse button will open a context menu with options for opening, copy, cut, paste and delete selected files.

All columns are sortable and sizable. If you left-click the header it will give you options to display hidden files (that start with a dot), Sort case dependant or not and directories first.

The following keyboard shortcuts are available when the file list has the focus:

CTRL+C Copy selected files to the file clipboard.
CTRL+X Copy selected files to the file clipboard. Delete them after paste.
CTRL+V Paste files in the file clipboard into the main folder.
CTRL+F Pop the filter entry.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

TODO

BUGS AND CAVEATS

If you find any bugs, please report them here https://github.com/haje61/App-Codit/issues.

SEE ALSO