# 터미널 (CLI)

[Soulver의 수학 엔진](https://soulver.app/core)을 사용하여 계산을 수행하려면 터미널에서 `soulver` 명령을 사용할 수 있습니다.

```
June 20 + 3주
11 July
```

설치하려면 `Soulver > Integrations > Terminal (Command Line Interface)`로 이동하세요.

메인 Soulver 앱 번들 내의 명령줄 도구에 'soulver' 별칭을 `/usr/local/bin/`에 추가합니다.

#### 통화 변환

통화 변환은 메인 Soulver 앱에서 미리 다운로드한 최신 환율을 사용하여 지원됩니다.

```
$ soulver '$100 in EUR'
€60.46
```

터미널에서 "$" 기호를 사용하려면 표현식을 **작은따옴표**로 묶어야 한다는 점에 유의하세요. 이는 $ 기호가 명령줄에서 변수 확장에 사용되기 때문입니다.

{% hint style="warning" %}
날씨, 과거 환율 변환, 주가 등 다른 실시간 데이터 서비스나 지식 비서 기능은 명령줄 도구에서 **사용할 수 없습니다**.
{% endhint %}

### [Standalone CLI](https://github.com/soulverteam/Soulver-CLI)

Soulver 설치가 필요 없는 무료 독립형 CLI도 제공합니다.

가장 쉬운 설치 방법은 homebrew를 이용하는 것입니다:

`brew install soulver-cli`

이 도구에 대한 자세한 내용은 [GitHub](https://github.com/soulverteam/Soulver-CLI)에서 확인할 수 있습니다.

{% hint style="warning" %}
독립형 CLI의 환율을 업데이트하려면 Soulver Mac 앱이 필요합니다.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/ko/documentation/integrations/command-line-tool-automator-and-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
