sgpt
SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
파일 탐색기
최종 버전 다운로드 (.zip)- bug.yaml
- config.yml
- feature.yaml
- ci.yml
- depsreview.yml
- gitleaks.yml
- milestone.yml
- oss-licenses.yml
- release.yml
- toc.yml
- licenses.tmpl
- PULL_REQUEST_TEMPLATE.md
- main.go
- main.html
- chat.md
- docker.md
- gemini.md
- gpt-4o.md
- local-llm.md
- o1.md
- openrouter.md
- personas.md
- proxy.md
- query-models.md
- templates.md
- configuration.md
- examples.md
- getting-started.md
- index.md
- installation.md
- requirements.txt
- version.go
- env.go
- httmock.go
- testctx.go
- oss-licenses.md
- prompts.yml
- echo
- golang
- java
- python
- marvin.jpg
- api.go
- api_test.go
- chat.go
- filesystem.go
- filesystem_test.go
- chat.go
- chat_test.go
- check.go
- check_test.go
- completion_test.go
- config.go
- config_test.go
- error.go
- error_test.go
- licenses.go
- licenses_test.go
- man.go
- man_test.go
- root.go
- root_test.go
- template.go
- template_test.go
- util_test.go
- version.go
- version_test.go
- marvin.jpg
- marvin.png
- fs.go
- fs_test.go
- defaults.go
- defaults_test.go
- modifiers.go
- modifiers_test.go
- prompts.yml
- shell.go
- shell_test.go
- completions.sh
- gha-test.sh
- manpages.sh
- oss-licenses.sh
- .bashrc
- .dockerignore
- .editorconfig
- .envrc
- .gitignore
- .gitleaksignore
- .golangci.yaml
- .goreleaser.yaml
- .mdl_config.yaml
- .pre-commit-config.yaml
- .readthedocs.yaml
- .release-please-manifest.json
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CODEOWNERS
- CONTRIBUTING.md
- Dockerfile
- Dockerfile.goreleaser
- flake.lock
- flake.nix
- go.mod
- go.sum
- LICENSE
- mkdocs.yml
- playbook.yml
- README.md
- release-please-config.json
- renovate.json
- SECURITY.md
- Taskfile.yml
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/tbckr/sgpt
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sgpt
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
brew install tbckr/tap/sgpt
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
scoop install tbckr/sgpt
Scoop으로 바로 설치합니다 (Windows).
go install github.com/tbckr/sgpt/v2/cmd/sgpt@latest
지정된 버전을 바로 다운로드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker pull ghcr.io/tbckr/sgpt:latest
이 명령어를 터미널에 그대로 입력해 실행하세요.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
