tldr/pages/common/clifm.md

37 lines
522 B
Markdown
Raw Normal View History

2022-01-18 12:39:52 +00:00
# clifm
2023-05-30 19:37:28 +01:00
> The command-line file manager.
2022-01-18 12:39:52 +00: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/`
- 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:
2022-01-18 12:39:52 +00:00
`?`
- Exit CliFM:
`q`