diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-06-07 11:50:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-11 08:59:00 +0700 |
commit | 023c4b7ac4a44afdf5bfe8c638656f8b607e8479 (patch) | |
tree | 2a2e92664a93e2180a4858361196130bcefd0b64 /desktop/lfm/README | |
parent | 20bcacc3773c7034d8a50b71db85e496ee9160d2 (diff) |
desktop/lfm: Added (Last file manager)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/lfm/README')
-rw-r--r-- | desktop/lfm/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/desktop/lfm/README b/desktop/lfm/README new file mode 100644 index 000000000000..1ffcec4c7b43 --- /dev/null +++ b/desktop/lfm/README @@ -0,0 +1,22 @@ +Last File Manager is a powerful file manager for the UNIX console. +It has a curses interface and it's written in Python v3.4+. + +Some of the features you can find in lfm: + +• console-based file manager for UNIX platforms +• 1-pane or 2-pane view +• tabs +• files filters +• bookmarks +• history +• VFS for compressed files +• tree view +• dialogs with entry completion +• PowerCLI, a command line interface with advanced features +• fast access to the shell +• direct integration of find/grep, df and other tools +• color files by extension [Andrey Skvortsov] +• fully customizable themes (colors) +• fully customizable key bindings +• support for filenames with wide chars, f.e. East Asian +• ...and many others |