Files
tldr/pages.zh/common/sk.md

21 lines
465 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sk
> 用Rust编写的模糊查找器。
> 类似于`fzf`。
> 更多信息:<https://github.com/lotabout/skim>。
- 在指定目录的所有文件上启动`skim`
`find {{path/to/directory}} -type f | sk`
- 启动`skim`以查看运行中的进程:
`ps aux | sk`
- 使用指定查询启动`skim`
`sk --query "{{query}}"`
- 使用`Shift + Tab`选择多个文件并写入文件:
`find {{path/to/directory}} -type f | sk --multi > {{path/to/file}}`