diff options
author | Damian Perticone <mjolnirdam@gmail.com> | 2022-09-12 22:02:42 +0100 |
---|---|---|
committer | bedlam <dave@slackbuilds.org> | 2022-09-12 22:02:42 +0100 |
commit | f870cefcc832bb2fc75281df618210378002c18e (patch) | |
tree | 91eedbf532c194e5705707a22bc29079156769bc /system/clifm/README | |
parent | ac8cf106781ee60b0f1ca7e30aba58d55c5dbb77 (diff) |
system/clifm: Added (Command Line File Manager)
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'system/clifm/README')
-rw-r--r-- | system/clifm/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/clifm/README b/system/clifm/README new file mode 100644 index 0000000000000..ef58718f904f9 --- /dev/null +++ b/system/clifm/README @@ -0,0 +1,14 @@ +CliFM is a Command Line Interface File Manager: all input and +interaction is performed via commands. This is its main feature and +strength. +Unlike most terminal file managers out there, indeed, CliFM replaces +the traditional TUI interface also known as curses or text-menu based +interface by a command-line interface (CLI),1 also known as REPL.2 + +If working with the command-line, your workflow is not affected at all, +but just enriched with file management functionalities: automatic files +listing, files selection, bookmarks, tags, directory jumper, directory +and commands history, auto-cd and auto-open, bulk rename, TAB +completion, autosuggestions, and a trash system, among other features. +In this sense, CliFM is certainly a file manager, but also a shell +extension. |