mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
fastfetch: refresh English and Korean pages (#16141)
* fastfetch: update repo to fastfetch-cli/fastfetch * fastfetch: add command to display full system info * fastfetch: fix outdated Korean translation * Update pages/common/fastfetch.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages.ko/common/fastfetch.md * Address review comments from @Managor --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
parent
2c4b56ddd5
commit
66a61f51dc
2 changed files with 23 additions and 15 deletions
|
@ -1,27 +1,31 @@
|
||||||
# fastfetch
|
# fastfetch
|
||||||
|
|
||||||
> 운영체제, 소프트웨어 및 하드웨어에 대한 정보 표시.
|
> 운영체제, 소프트웨어 및 하드웨어에 대한 정보 표시.
|
||||||
> 더 많은 정보: <https://github.com/LinusDierheimer/fastfetch>.
|
> 더 많은 정보: <https://manned.org/fastfetch>.
|
||||||
|
|
||||||
- 시스템 정보 표시:
|
- 시스템 정보 표시:
|
||||||
|
|
||||||
`fastfetch`
|
`fastfetch`
|
||||||
|
|
||||||
- 로고와 이스케이프 시퀀스 없이 시스템 정보를 표기:
|
- 모든 모듈과 함께 전체 시스템 정보 표시:
|
||||||
|
|
||||||
`fastfetch --pipe`
|
`fastfetch {{[-c|--config]}} all`
|
||||||
|
|
||||||
- 특정 구조를 가져오기:
|
|
||||||
|
|
||||||
`fastfetch --structure {{구조}}`
|
|
||||||
|
|
||||||
- 사용자 정의 구성 파일 로드:
|
- 사용자 정의 구성 파일 로드:
|
||||||
|
|
||||||
`fastfetch --load-config {{경로/대상/구성_파일}}`
|
`fastfetch {{[-c|--config]}} {{경로/대상/구성_파일}}`
|
||||||
|
|
||||||
|
- 특정 구조를 가져오기:
|
||||||
|
|
||||||
|
`fastfetch {{[-s|--structure]}} {{구조}}`
|
||||||
|
|
||||||
- 특정 로고 사용:
|
- 특정 로고 사용:
|
||||||
|
|
||||||
`fastfetch --logo {{로고}}`
|
`fastfetch {{[-l|--logo]}} {{로고}}`
|
||||||
|
|
||||||
|
- 로고 없이 시스템 정보를 표기:
|
||||||
|
|
||||||
|
`fastfetch {{[-l|--logo]}} none`
|
||||||
|
|
||||||
- 키와 제목에 특정 색상을 사용:
|
- 키와 제목에 특정 색상을 사용:
|
||||||
|
|
||||||
|
|
|
@ -1,27 +1,31 @@
|
||||||
# fastfetch
|
# fastfetch
|
||||||
|
|
||||||
> Display information about your operating system, software and hardware.
|
> Display information about your operating system, software and hardware.
|
||||||
> More information: <https://github.com/LinusDierheimer/fastfetch>.
|
> More information: <https://manned.org/fastfetch>.
|
||||||
|
|
||||||
- Display system information:
|
- Display system information:
|
||||||
|
|
||||||
`fastfetch`
|
`fastfetch`
|
||||||
|
|
||||||
- Fetch a specific structure:
|
- Display full system information with all the modules enabled:
|
||||||
|
|
||||||
`fastfetch --structure {{structure}}`
|
`fastfetch {{[-c|--config]}} all`
|
||||||
|
|
||||||
- Load a custom configuration file:
|
- Load a custom configuration file:
|
||||||
|
|
||||||
`fastfetch --load-config {{path/to/config_file}}`
|
`fastfetch {{[-c|--config]}} {{path/to/config_file}}`
|
||||||
|
|
||||||
|
- Fetch a specific structure:
|
||||||
|
|
||||||
|
`fastfetch {{[-s|--structure]}} {{structure}}`
|
||||||
|
|
||||||
- Use a specific logo:
|
- Use a specific logo:
|
||||||
|
|
||||||
`fastfetch --logo {{logo}}`
|
`fastfetch {{[-l|--logo]}} {{logo}}`
|
||||||
|
|
||||||
- Display system information without a logo:
|
- Display system information without a logo:
|
||||||
|
|
||||||
`fastfetch --logo none`
|
`fastfetch {{[-l|--logo]}} none`
|
||||||
|
|
||||||
- Use a specific color for the keys and title:
|
- Use a specific color for the keys and title:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue