> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 그래픽 명령줄 인터페이스

> 설정, Workspace, 바로가기 전반에서 다양한 작업을 수행할 수 있는 Replit의 대화형 명령 바인 CLUI 사용 방법을 알아보세요.

CLUI(Command Line User Interface)는 메뉴를 탐색하지 않고도 다양한 작업을 빠르게 수행할 수 있는 Replit의 대화형 명령 바입니다. 명령줄의 효율성과 그래픽 인터페이스를 결합했습니다.

## 기능

CLUI는 Replit의 세 가지 다른 컨텍스트에서 강력한 명령 기반 상호작용을 제공합니다:

* **설정 관리**: 설정을 관리하고, 경고를 확인하고, 삭제된 Replit 앱을 복원합니다
* **빠른 탐색**: Replit 앱 간 이동 및 바로가기를 통한 일반 기능 접근
* **Workspace 작업**: 개발 환경 내에서 파일 찾기, 코드 검색, 도구 접근

## 사용법

### 계정 CLUI

계정 CLUI는 설정, 팀, 삭제된 Replit 앱을 관리하는 데 도움을 줍니다.

**접근 방법**: [CLUI 페이지](https://replit.com/~/cli)로 이동하여 입력창에 명령을 검색할 텍스트를 입력하고 Enter를 눌러 실행하세요.

<Accordion title="계정 명령">
  `account`를 입력하여 설정을 관리하세요:

  * **view-warns**: 발급받은 경고를 확인합니다
  * **change-username**: 사용자 이름을 변경합니다(한 번만 가능)
</Accordion>

<Accordion title="Trash 명령">
  `trash`를 입력하여 삭제된 Replit 앱을 관리하세요:

  * **restore \<title>**: 제목으로 삭제된 Replit 앱을 복원합니다(같은 이름의 여러 앱이 있는 경우 가장 최근에 삭제된 것을 복원)
  * **view**: 가장 최근에 삭제된 Replit 앱을 확인합니다
</Accordion>

<Accordion title="Team 명령">
  `team`을 입력하여 팀을 관리하세요:

  * **view**: 사용자 이름으로 소속된 팀의 구성원을 확인합니다
  * **fork-repl-to-project**: 기존 Replit 앱을 포크하여 팀 프로젝트를 만듭니다
</Accordion>

<Accordion title="Clear 명령">
  `clear`를 입력하여 지금까지 실행한 모든 명령의 화면을 지웁니다
</Accordion>

### 바로가기 CLUI

바로가기 CLUI는 모든 페이지에서 일반적인 Replit 기능에 빠르게 접근할 수 있게 해줍니다.

<Frame>
  <img src="https://mintcdn.com/replit/rBzGsKp9NcWJ7sib/images/getting-started/shortcuts-clui.png?fit=max&auto=format&n=rBzGsKp9NcWJ7sib&q=85&s=99740913ac05919aa87656d986943a33" alt="바로가기 CLUI" width="689" height="291" data-path="images/getting-started/shortcuts-clui.png" />
</Frame>

**접근 방법**: 대부분의 Replit 페이지에서 **CMD/CTRL + K**를 누르거나 상단 탐색 바의 검색 아이콘을 클릭하세요.

<Accordion title="사용 가능한 명령">
  * **Search**: Replit 앱, 템플릿, 코드, 사람 등을 검색합니다
  * **New**: 새 Replit 앱을 만듭니다
  * **My Replit Apps**: Replit 앱을 탐색하고 이동합니다
  * **My Code**: 모든 Replit 앱의 코드를 검색합니다
</Accordion>

### Workspace CLUI

Workspace CLUI는 Replit 앱에서 작업하는 동안 작업 수행, 도구 접근, 파일 찾기, 코드 검색을 도와줍니다.

<Frame>
  <img src="https://mintcdn.com/replit/rBzGsKp9NcWJ7sib/images/getting-started/ws-clui.png?fit=max&auto=format&n=rBzGsKp9NcWJ7sib&q=85&s=297576727cabb682ad242ef23c2d3e72" alt="Workspace CLUI" width="429" height="202" data-path="images/getting-started/ws-clui.png" />
</Frame>

**접근 방법**: Workspace에서 **CMD/CTRL + K**를 누르거나 왼쪽 상단의 Search 아이콘을 클릭하세요.

<Accordion title="일반 작업">
  * **파일 찾기**: 프로젝트에서 파일을 빠르게 찾습니다
  * **코드 검색**: 파일 전체에서 특정 코드 조각을 찾습니다
  * **도구 접근**: Workspace에서 사용 가능한 도구나 패널을 엽니다
  * **명령 실행**: Workspace 관련 명령을 실행합니다
</Accordion>
