LinuxCommandLibrary

clifm

Manage files and directories in terminal

TLDR

Start CliFM

$ clifm
copy

Open the file or directory whose ELN (entry list number) is 12
$ 12
copy

Create a new file and a new directory
$ <n>file dir/
copy

Search for PDF files in the current directory
$ </>*.pdf
copy

Select all PNG files in the current directory
$ <s> *.png
copy

Remove the previously selected files (use to send the files to the recycle bin instead)
$ <r>sel
copy

Display help
$ <?>
copy

Exit CliFM
$ <q>
copy

SYNOPSIS

clifm [OPTIONS] [DIRECTORY...]

PARAMETERS

-h, --help
    Displays a help message and exits.

-v, --version
    Shows the version information and exits.

-c , --config
    Specifies an alternative configuration file to use instead of the default.

-S