1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:42:09 +02:00
tldr/pages.ko/common/sk.md
코드싸이 4b5248236b
common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/steamcmd.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-09 10:41:41 +09:00

513 B

sk

Rust로 작성된 퍼지 파인더. fzf와 유사. 더 많은 정보: https://github.com/lotabout/skim.

  • 지정된 디렉터리 내 모든 파일에서 skim 시작:

find {{경로/대상/폴더}} -type f | sk

  • 실행 중인 프로세스에 대해 skim 시작:

ps aux | sk

  • 지정된 쿼리로 skim 시작:

sk --query "{{쿼리}}"

  • Shift + Tab으로 여러 파일 선택 후 파일에 쓰기:

find {{경로/대상/폴더}} -type f | sk --multi > {{경로/대상/파일}}