Skip to content

Wave Terminal

Wave คือ Terminal สมัยใหม่ เขียนด้วย TypeScript จุดเด่นที่แตกต่างของตัวอื่นๆคือมันเหมาะสำหรับการเปิดหลายๆ Session

ติดตั้ง

ดาวน์โหลด => www.waveterm.dev faviconhttps://www.waveterm.dev/

ทำไมต้อง Wave

  • ปรับแต่งได้ Workspace ได้ง่าย
  • แต่งแต่ง Sidebar Link ได้
  • มี Global Shortcut
  • เปิด Website บน Wave ได้เลย

คำแนะนำการใช้งาน

~/.config/waveterm/settings.json
json
{
  "ai:preset": "ai@global",
  "ai:model": "gpt-4o-mini",
  "ai:maxtokens": 2048,
  "ai:timeoutms": 60000,
  "autoupdate:enabled": true,
  "autoupdate:installonquit": true,
  "autoupdate:intervalms": 3600000,
  "conn:askbeforewshinstall": true,
  "conn:wshenabled": true,
  "editor:minimapenabled": true,
  "web:defaulturl": "https://github.com/wavetermdev/waveterm",
  "web:defaultsearch": "https://www.google.com/search?q={query}",
  "window:tilegapsize": 3,
  "window:maxtabcachesize": 10,
  "window:nativetitlebar": true,
  "window:magnifiedblockopacity": 0.6,
  "window:magnifiedblocksize": 0.9,
  "window:magnifiedblockblurprimarypx": 10,
  "window:magnifiedblockblursecondarypx": 2,
  "window:confirmclose": true,
  "window:savelastwindow": true,
  "telemetry:enabled": true,
  "term:copyonselect": true
}