1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 07:35:42 +02:00
tldr/pages/common/clifm.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

522 B

clifm

The command-line file manager. More information: https://github.com/leo-arch/clifm.

  • 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 help:

?

  • Exit CliFM:

q