1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 16:35:24 +02:00
tldr/pages/common/clifm.md

38 lines
582 B
Markdown
Raw Normal View History

2022-01-18 09:39:52 -03:00
# clifm
2023-05-30 20:37:28 +02:00
> The command-line file manager.
> See also: `vifm`, `ranger`, `mc`, `nautilus`.
2022-01-18 09:39:52 -03:00
> 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/`
2022-01-18 09:39:52 -03:00
- Search for PDF files in the current directory:
`</>*.pdf`
2022-01-18 09:39:52 -03:00
- Select all PNG files in the current directory:
`<s> *.png`
2022-01-18 09:39:52 -03:00
- Remove the previously selected files (use `<t>` to send the files to the recycle bin instead):
2022-01-18 09:39:52 -03:00
`<r>sel`
2022-01-18 09:39:52 -03:00
- Display help:
2022-01-18 09:39:52 -03:00
`<?>`
2022-01-18 09:39:52 -03:00
- Exit CliFM:
`<q>`