mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
skim: add page (#6081)
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: Nicolas Kosinski <nico_kosi-dev@yahoo.com>
This commit is contained in:
parent
2f553aca07
commit
d6ad312c5f
1 changed files with 21 additions and 0 deletions
21
pages/common/sk.md
Normal file
21
pages/common/sk.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# sk
|
||||
|
||||
> Fuzzy finder written in Rust.
|
||||
> Similar to `fzf`.
|
||||
> More information: <https://github.com/lotabout/skim>.
|
||||
|
||||
- Start skim on all files in the specified directory:
|
||||
|
||||
`find {{path/to/directory}} -type f | sk`
|
||||
|
||||
- Start skim for running processes:
|
||||
|
||||
`ps aux | sk`
|
||||
|
||||
- Start skim with a specified query:
|
||||
|
||||
`sk --query "{{query}}"`
|
||||
|
||||
- Select multiple files with `Shift + Tab` and write to a file:
|
||||
|
||||
`find {{path/to/directory}} -type f | sk --multi > {{filename}}`
|
Loading…
Add table
Reference in a new issue