Wave Terminal
詳細情報
タイトル | Wave Terminal |
---|---|
URL | https://www.waveterm.dev/ |
バージョン | ver 0.8.10 |
更新日 | 2024/10/10 |
追加日 | 2023/12/20 |
種別 | フリーソフト / オープンソース(Apache) |
説明 | オープンソースかつクロスプラットフォームのモダンなターミナルソフト。 |
レビュー
モダンな外観もつターミナルソフトで、コマンドを入力する部分と、結果を表示する部分が明示的に分かれている。
VSCodeと同じ機能を持つ内蔵エディタを使ってファイルを編集でき、Markdown、CSV、JSONファイルをプレビュー可能。.jpeg、.png、.gifなどの画像ファイルを表示する画像プレビュー機能も搭載。
複数のタブを管理するためのワークスペースや、セッションの保存・再開機能、全てのコマンドを検索できるユニバーサルヒストリーなど便利な機能が大量に搭載されている。
スクリーンショット
更新グラフ
バージョン履歴
Minor big fix release. But also adds support for Azure AI and Quick Look (on MacoS).
- added support for Azure AI See FAQ
- AI errors now appear in the chat
- on MacOS, hitting "Space" in directorypreview will open selected file in Quick Look
- [bugfix] fixed transparency settings
- [bugfix] fixed issue with non-standard port numbers in connection dropdown
- [bugfix] fixed issue with embedded docsite (returned 404 after refresh)
PRs
- use windowSettingsAtom by @sawka in #993
- fix: do not canonicalize hostname in list by @oneirocosm in #994
- Fix directory preview scroll to selected entry by @esimkowitz in #996
- Fix 404 for docsite subpages wh
What's Changed
- fix: add error messages to ai chat by @oneirocosm in #999
- Simple Quicklook by @oneirocosm in #998
- allow ai defaults to be overridden by block meta by @sawka in #1000
- fix rare bad shutdown loop with logger throwing errors by @sawka in #1001
- Remove unnecessary onScroll log by @esimkowitz in #1002
Full Changelog: v0.8.10-beta.0...v0.8.10-beta.2
What's Changed
- use windowSettingsAtom by @sawka in #993
- fix: do not canonicalize hostname in list by @oneirocosm in #994
- Fix directory preview scroll to selected entry by @esimkowitz in #996
- Fix 404 for docsite subpages when hard reloading app by @esimkowitz in #995
- azure ai support by @sawka in #997
Full Changelog: v0.8.9...v0.8.10-beta.0
Lots of bug fixes and new features!
- New "help" view -- uses an embedded version of our doc site -- https://docs.waveterm.dev
- [breaking] wsh getmeta, wsh setmeta, and wsh deleteblock now take a blockid using a
-b
parameter instead of as a positional parameter - allow metadata to override the block icon, header, and text (frame:title, frame:icon, and frame:text)
- checkpoint the terminal less often to reduce frequency of output bug (still working on a full fix)
- new terminal themes -- Warm Yellow, and One Dark Pro
- we now support github flavored markdown alerts
-
wsh notify
command to send a desktop notification -
wsh createblock
to create any block via the CLI - right click to "Save Image" in webview
-
wsh e
What's Changed
- Don't update all brew dependencies by @esimkowitz in #950
- Remove unnecessary log in helpview by @esimkowitz in #951
- Bump the dev-dependencies group with 5 updates by @dependabot in #957
- Bump the storybook group with 9 updates by @dependabot in #958
- Bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #953
- Bump github.com/shirou/gopsutil/v4 from 4.24.8 to 4.24.9 by @dependabot in #954
- Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot
What's Changed
- Embed static copy of docsite for help view by @esimkowitz in #949
Full Changelog: v0.8.9-beta.0...v0.8.9-beta.1
What's Changed
- add some fun new background presets by @sawka in #930
- Use forms for issue templates by @esimkowitz in #933
- Update version wording in template by @esimkowitz in #935
- render markdown for steps to reproduce in issue template by @esimkowitz in #936
- More issue template formatting by @esimkowitz in #937
- More issue template formatting by @esimkowitz in #939
- More issue tweaks by @esimkowitz in #940
- Add instructions to get Wave version in issue te
Hot fix to fix global keybindings when the terminal is focused in Windows/Linux. Now the Alt-[key] keybindings function properly. Also includes a very large performance boost to AI output.
PRs
- add term:localshellopts by @sawka in #914
- quick hack to try to reserve some alt keys from the terminal by @sawka in #915
- Speed Up Ai by @oneirocosm in #911
- use makeIconClass for widgets, add 'brands' support by @sawka in #920
- fix: modifier keys on windows and linux by @oneirocosm in #922
- Windows Line Endings by @oneirocosm in #923
- have terminal ignore all global keybindings by @sawka in #
What's Changed
- use makeIconClass for widgets, add 'brands' support by @sawka in #920
- fix: modifier keys on windows and linux by @oneirocosm in #922
- Windows Line Endings by @oneirocosm in #923
- have terminal ignore all global keybindings by @sawka in #924
Full Changelog: v0.8.8-beta.2...v0.8.8-beta.4
What's Changed
- Speed Up Ai by @oneirocosm in #911
Full Changelog: v0.8.8-beta.1...v0.8.8-beta.2
Quick patch release to fix bugs:
- Fixes windows SSH connections (invalid path while trying to install wsh tools)
- Fixes an issue resolving
~
in windows paths~\
now works instead of just~/
- Tries to fix background color for webpages. Pulls meta tag for color-scheme, and sets a black background if dark detected (fixes issue rendering raw githubusercontent files)
- Fixed our useDimensions hook to fire correctly. Fixes some sizing issues including allowing error messages to show consistently when SSH connections fail.
- Allow "data:" urls in custom tab backgrounds
- All the alias "tab" for the current tab's UUID when using wsh
- [BUILD] conditional write generated files only if they are updated
PRs
- menu by