NAME

Tk::FileManager - Tk::FileBrowser based filemanager

SYNOPSIS

require Tk::FileManager;
my $m = $window->FileManager(@options)->pack;
$m->load($folder);

DESCRIPTION

Inherits Tk::FileBrowser.

Adds some file manager functionality. A clipboard function.

ADVERTISED SUBWIDGETS

Notifier
DeleteDialog
DeleteList

KEYBINDINGS

CTRL+C

Copies selected files and folders to the clipboard.

CTRL+V

Pastes files and folders in the clipboard to the current location.

CTRL+X

Copies selected files and folders to the clipboard. Files are deleted after a paste.

Delete

Move selected files and folders to the trash bin. (Not yet functional)

Shift+Delete

Permanently delete selected files and folders. Pops a confirm dialog first.

LICENSE

Same as Perl.

AUTHOR

Hans Jeuken (hanje at cpan dot org)

TODO

Add a trash bin.

BUGS AND CAVEATS

If you find any bugs, please contact the author.

SEE ALSO

Tk::ITree
Tk::FileBrowser