aboutsummaryrefslogtreecommitdiff
path: root/system/lf/README
diff options
context:
space:
mode:
authorDamian Perticone <mjolnirdam@gmail.com>2022-09-27 03:26:48 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-10-01 09:01:13 +0700
commit7c5c0df2a20112be62d0577e486cba77550b3389 (patch)
treee5866b7774dad5a0f0883847555e0bfc37852a64 /system/lf/README
parentcb36075e230b7c183ddb29d2b2af1e0ceedba053 (diff)
system/lf: Added (terminal file manager written in Go)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/lf/README')
-rw-r--r--system/lf/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/system/lf/README b/system/lf/README
new file mode 100644
index 0000000000000..e88412aa26537
--- /dev/null
+++ b/system/lf/README
@@ -0,0 +1,22 @@
+lf (as in "list files") is a terminal file manager written in Go with
+a heavy inspiration from ranger file manager.
+
+Features:
+
+•Cross-platform (Linux, MacOS, BSDs, Windows)
+•Single binary without any runtime dependencies
+•Fast startup and low memory footprint due to native code and static
+ binaries
+•Asynchronous IO operations to avoid UI locking
+•Server/client architecture and remote commands to manage multiple
+ instances
+•Extendable and configurable with shell commands
+•Customizable keybindings (vi and readline defaults)
+•A reasonable set of other features
+
+Usage:
+
+After the installation lf command should start the application in the
+current directory.
+Run lf -help to see command line options.
+Run lf -doc