mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
clifm: add page (#7645)
This commit is contained in:
parent
dfbf2f5bce
commit
0e9bf6b396
1 changed files with 36 additions and 0 deletions
36
pages/common/clifm.md
Normal file
36
pages/common/clifm.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# 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 detailed help:
|
||||||
|
|
||||||
|
`?`
|
||||||
|
|
||||||
|
- Exit CliFM:
|
||||||
|
|
||||||
|
`q`
|
Loading…
Add table
Reference in a new issue