From 0e9bf6b396502db16df0241698409022f67cfbf5 Mon Sep 17 00:00:00 2001 From: leo-arch Date: Tue, 18 Jan 2022 09:39:52 -0300 Subject: [PATCH] clifm: add page (#7645) --- pages/common/clifm.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/clifm.md diff --git a/pages/common/clifm.md b/pages/common/clifm.md new file mode 100644 index 000000000..a8b779fa4 --- /dev/null +++ b/pages/common/clifm.md @@ -0,0 +1,36 @@ +# clifm + +> The command line file manager. +> More information: . + +- Start CliFM: + +`clifm` + +- Open the file or directory whose ELN (entry list number) is 12: + +`12` + +- Create a new file and a new directory: + +`n file dir/` + +- Search for PDF files in the current directory: + +`/*.pdf` + +- Select all PNG files in the current directory: + +`s *.png` + +- Remove the previously selected files (use `t` to send the files to the recycle bin instead): + +`r sel` + +- Display detailed help: + +`?` + +- Exit CliFM: + +`q`