74226ca5fb
Bumps the prod-dependencies group with 1 update: [winston](https://github.com/winstonjs/winston). Updates `winston` from 3.14.2 to 3.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/winstonjs/winston/releases">winston's releases</a>.</em></p> <blockquote> <h2>v3.15.0</h2> <p>Note: we removed LogCallback from the TS definitions because the underlying library didn't actually support these. If this causes issues in your apps, we recommend you remove references to LogCallbacks, since such code was not being executed anyways. See <a href="https://redirect.github.com/winstonjs/winston/issues/2513">#2513</a> and the issue linked therein.</p> <ul> <li>remove logcallback (<a href="https://redirect.github.com/winstonjs/winston/issues/2513">#2513</a>) 3a54777</li> <li>chore(docs): Update README.md w/ usage comments (<a href="https://redirect.github.com/winstonjs/winston/issues/2507">#2507</a>) f110f61</li> <li>Bump nyc from 15.1.0 to 17.1.0 (<a href="https://redirect.github.com/winstonjs/winston/issues/2511">#2511</a>) f5dde86</li> <li>Bump <code>@babel/cli</code> from 7.24.7 to 7.25.6 (<a href="https://redirect.github.com/winstonjs/winston/issues/2512">#2512</a>) d1b8dc6</li> <li>Bump <code>@babel/preset-env</code> from 7.24.8 to 7.25.4 (<a href="https://redirect.github.com/winstonjs/winston/issues/2506">#2506</a>) 564161a</li> <li>Bump mocha from 10.7.0 to 10.7.3 (<a href="https://redirect.github.com/winstonjs/winston/issues/2500">#2500</a>) eb7e315</li> <li>Unified Handler Tests (<a href="https://redirect.github.com/winstonjs/winston/issues/2020">#2020</a>) 22aab6d</li> </ul> <p><a href="https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0">https://github.com/winstonjs/winston/compare/v3.14.2...v3.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.github | ||
.storybook | ||
.vscode | ||
assets | ||
build | ||
cmd | ||
db | ||
emain | ||
frontend | ||
pkg | ||
public | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.yarnrc.yml | ||
ACKNOWLEDGEMENTS.md | ||
BUILD.md | ||
CNAME | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
electron-builder.config.cjs | ||
electron.vite.config.ts | ||
eslint.config.js | ||
go.mod | ||
go.sum | ||
index.html | ||
LICENSE | ||
NOTICE | ||
package.json | ||
prettier.config.cjs | ||
README.md | ||
RELEASES.md | ||
SECURITY.md | ||
Taskfile.yml | ||
tsconfig.json | ||
version.cjs | ||
vitest.config.ts | ||
yarn.lock |
Wave Terminal
Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.
Installation
Wave Terminal works on macOS, Linux, and Windows.
Install Wave Terminal from: www.waveterm.dev/download
Also available as a Homebrew Cask for macOS:
brew install --cask wave
Minimum requirements
Wave Terminal and WSH run on the following platforms:
- macOS 10.15 or later (arm64, x64)
- Windows 10 1809 or later (x64)
- Linux based on glibc-2.28 or later (Debian 10, RHEL 8, Ubuntu 20.04, etc.) (arm64, x64)
Links
- Homepage — https://www.waveterm.dev
- Download Page — https://www.waveterm.dev/download
- Documentation — https://docs.waveterm.dev
- Legacy Documentation — https://legacydocs.waveterm.dev
- Blog — https://blog.waveterm.dev
- Discord Community — https://discord.gg/XfvZ334gwU
Building from Source
Contributing
Wave uses GitHub Issues for issue tracking.
Find more information in our Contributions Guide, which includes:
Activity
License
Wave Terminal is licensed under the Apache-2.0 License. For more information on our dependencies, see here.