sip
Serve Bubble Tea apps through the browser - Drinking tea through the browser π΅
νμΌ νμκΈ°
- client.spec.mjs
- clipboard.spec.mjs
- grapheme_corpus.spec.mjs
- keyboard.spec.mjs
- metrics.spec.mjs
- mobile.spec.mjs
- package-lock.json
- package.json
- playwright.config.mjs
- touch.spec.mjs
- cert.go
- main.go
- signals_js.go
- tty_js.go
- main.go
- banner.png
- clipboard.png
- hero.gif
- kitty.png
- selection.png
- settings.png
- social-preview.png
- tui.png
- xterm-inertia-nan.md
- main.go
- logging.go
- osc52gate.go
- osc52gate_test.go
- recover.go
- sip.json
- tuitest.json
- turbograph.json
- vtgl.json
- webterm.json
- make-banner.mjs
- motifs.mjs
- README.md
- record-hero.mjs
- grapheme-check.sh
- JetBrainsMonoNerdFontMono-Bold.ttf
- JetBrainsMonoNerdFontMono-BoldItalic.ttf
- JetBrainsMonoNerdFontMono-Italic.ttf
- JetBrainsMonoNerdFontMono-Regular.ttf
- index.html
- mobile.js
- terminal.css
- terminal.js
- webterm.css
- webterm.js
- xterm.css
- wasm.go
- .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μΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
go get
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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
μ€λͺ
보기 βΌ
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}}"
νμΌ λλ λλ ν°λ¦¬λ₯Ό ν΄λ¦½λ³΄λμ 볡μ¬:
# νλ‘μ νΈ λ°°μ§
-
Go reference λ°λ‘κ°κΈ°
