mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 08:00:39 +00:00
Update cheatsheets
This commit is contained in:
41
clifm
Normal file
41
clifm
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user