From 83af3e1cb053475911d1a9ae244e6f02767f1420 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 2 Apr 2023 19:08:51 +0300 Subject: [PATCH] add file operations to non-features in readme close #887 cc #1179 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94c1b4fd..037aa649 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ See [faq](https://github.com/gokcehan/lf/wiki/FAQ) for more information and [tut - Tabs or windows (better handled by window manager or terminal multiplexer) - Builtin pager/editor (better handled by your pager/editor of choice) +- Builtin commands for file operations (better handled by the underlying shell tools including but not limited to `mkdir`, `touch`, `chmod`, `chown`, `chgrp`, and `ln`) ## Installation