> ## 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.

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

> CLUI(Replit의 대화형 명령 표시줄)를 사용하여 설정, 워크스페이스, 단축키를 통해 다양한 작업을 수행하는 방법을 알아보세요.

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

## 기능

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

* **설정 관리**: 설정 관리, 경고 확인, 삭제된 Replit App 복원
* **빠른 탐색**: Replit App 간 이동 및 단축키를 통한 일반적인 기능 접근
* **워크스페이스 작업**: 개발 환경 내에서 파일 찾기, 코드 검색, 도구 접근

## 사용 방법

### 계정 CLUI

계정 CLUI를 사용하면 설정, 팀, 삭제된 Replit App을 관리할 수 있습니다.

**접근 방법**: [CLUI 페이지](https://replit.com/~/cli)로 이동하고, 입력 상자에 명령을 검색하여 Enter를 눌러 실행합니다.

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

  * **view-warns**: 발급받은 경고 보기
  * **change-username**: 사용자 이름 변경 (한 번만 가능)
</Accordion>

<Accordion title="휴지통 명령">
  `trash`를 입력하여 삭제된 Replit App을 관리합니다:

  * **restore \<title>**: 제목으로 삭제된 Replit App 복원 (같은 이름으로 여러 개 존재하는 경우 가장 최근에 삭제된 것을 복원)
  * **view**: 최근 삭제된 Replit App 보기
</Accordion>

<Accordion title="팀 명령">
  `team`을 입력하여 팀을 관리합니다:

  * **view**: 사용자 이름으로 소속된 팀의 멤버 보기
  * **fork-repl-to-project**: 기존 Replit App을 포크하여 팀 프로젝트 생성
</Accordion>

<Accordion title="지우기 명령">
  `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="Shortcuts CLUI" width="689" height="291" data-path="images/getting-started/shortcuts-clui.png" />
</Frame>

**접근 방법**: **CMD/CTRL + K**를 누르거나 대부분의 Replit 페이지의 상단 탐색 표시줄에서 검색 아이콘을 클릭합니다.

<Accordion title="사용 가능한 명령">
  * **Search**: Replit App, 템플릿, 코드, 사람 등 Replit 검색
  * **New**: 새 Replit App 만들기
  * **My Replit Apps**: Replit App 탐색 및 이동
  * **My Code**: 모든 Replit App의 코드 검색
</Accordion>

### 워크스페이스 CLUI

워크스페이스 CLUI를 사용하면 Replit App에서 작업하는 동안 작업 수행, 도구 접근, 파일 찾기, 코드 검색을 할 수 있습니다.

<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>

**접근 방법**: 워크스페이스에서 **CMD/CTRL + K**를 누르거나 왼쪽 상단 모서리의 검색 아이콘을 클릭합니다.

<Accordion title="일반 작업">
  * **파일 찾기**: 프로젝트에서 파일 빠르게 찾기
  * **코드 검색**: 파일 전체에서 특정 코드 스니펫 찾기
  * **도구 접근**: 워크스페이스에서 사용 가능한 모든 도구 또는 패널 열기
  * **명령 실행**: 워크스페이스별 명령 실행
</Accordion>
