sip

(β˜… 28)

Serve Bubble Tea apps through the browser - Drinking tea through the browser 🍡

파일 탐색기

  • .gitignore
  • AGENTS.md
  • cert.go
  • certstore.go
  • certstore_test.go
  • clipboard_test.go
  • cmd_session.go
  • cmd_unix.go
  • cmd_windows.go
  • config_context.go
  • connecterror.go
  • go.mod
  • go.sum
  • handlers.go
  • identity.go
  • kittygfx.go
  • kittygfx_test.go
  • LICENSE
  • lifecycle_test.go
  • middleware.go
  • origin_test.go
  • README.md
  • resize_throttle.go
  • run_js.go
  • run_native.go
  • server.go
  • server_test.go
  • session.go
  • session_unix.go
  • session_windows.go
  • sip.go

# CDN으둜 μ‚¬μš©ν•˜κΈ°

jsDelivr

jsDelivrλŠ” 곡개 GitHub 리포지토리λ₯Ό 별도 μ„€μ • 없이 CDN으둜 μ¦‰μ‹œ μ„œλΉ™ν•©λ‹ˆλ‹€. 버전과 νŒŒμΌμ„ κ³ λ₯΄λ©΄ μ›ΉνŽ˜μ΄μ§€μ— λ°”λ‘œ 뢙일 수 μžˆλŠ” 링크와 μ˜ˆμ‹œ μ½”λ“œκ°€ λ§Œλ“€μ–΄μ§‘λ‹ˆλ‹€.

λͺ…λ Ήμ–΄ μš©μ–΄μ§‘

이 λ¬Έμ„œμ—μ„œ μ‚¬μš©λœ λͺ…λ Ήμ–΄λ₯Ό λͺ¨μ•„λ΄€μŠ΅λ‹ˆλ‹€. λ‚―μ„  λͺ…λ Ήμ–΄κ°€ μžˆλ‹€λ©΄ νŽΌμ³μ„œ ν™•μΈν•΄λ³΄μ„Έμš”.

πŸ”

go get

μ„€λͺ… 보기 β–Ό

Add a dependency package, or download packages in legacy GOPATH mode.
Note: `./...` is a Go package pattern understood by Go tooling. It matches the current package and all packages recursively under the current directory.

go get {{example.com/pkg}}

Add a specified package to `go.mod` in module-mode or install the package in GOPATH-mode:

go get {{example.com/pkg}}@{{v1.2.3}}

Modify the package with a given version in module-aware mode:

go get {{example.com/pkg}}@{{none}}

Remove a specified package:

πŸ”

go install

μ„€λͺ… 보기 β–Ό

Compile and install packages named by the import paths.

go install

Compile and install the current package:

go install {{path/to/package}}

Compile and install a specific local package:

go install {{golang.org/x/tools/gopls}}@{{latest}}

Install the latest version of a program, ignoring `go.mod` in the current directory:

πŸ”

go run

μ„€λͺ… 보기 β–Ό

Compile and run Go code without saving a binary.

go run {{path/to/file.go}}

Run a Go file:

go run {{path/to/package}}

Run a main Go package:

πŸ”

set-clipboard

μ„€λͺ… 보기 β–Ό

ν΄λ¦½λ³΄λ“œμ— λ‚΄μš©μ„ μ„€μ •ν•˜λŠ” PowerShell λͺ…λ Ήμ–΄.
μ°Έκ³ : `scb`λŠ” `Set-Clipboard`의 λ³„μΉ­μœΌλ‘œ μ‚¬μš© κ°€λŠ₯.
더 λ§Žμ€ 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard>.

Set-Clipboard -Value "{{text}}"

ν…μŠ€νŠΈλ₯Ό ν΄λ¦½λ³΄λ“œμ— 볡사:

Set-Clipboard -Value @("{{text 1}}", "{{text 2}}", "{{text 3}}")

μ—¬λŸ¬ ν…μŠ€νŠΈλ₯Ό μ€„λ°”κΏˆμœΌλ‘œ κ΅¬λΆ„ν•˜μ—¬ 볡사:

Set-Clipboard -Path "{{path\to\files_or_directories}}"

파일 λ˜λŠ” 디렉터리λ₯Ό ν΄λ¦½λ³΄λ“œμ— 볡사:

# ν”„λ‘œμ νŠΈ λ°°μ§€

// repository documentation