1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 02:25:28 +03:00
wezterm/ci
Wez Furlong 7e8c5a06bb split gui into wezterm-gui executable
This commit moves a bunch of stuff around such that `wezterm` is now a
lighter-weight executable that knows how to spawn the gui, talk to
the mux or emit some escape sequences for imgcat.

The gui portion has been moved into `wezterm-gui`, a separate executable
that doesn't know about the CLI or imgcat functionality.

Importantly, `wezterm.exe` is no longer a window subsystem executable
on windows, which makes interactions such as `wezterm -h` feel more
natural when spawned from `cmd`, and should allow
`type foo.png | wezterm imgcat` to work as expected.

That said, I've only tested this on linux so far, and there's a good
chance that something mac or windows specific is broken by this
change and will need fixing up.

refs: #301
2020-10-24 16:40:15 -07:00
..
appimage.sh adjust packaging to include wezterm-mux-server 2020-10-03 11:15:57 -07:00
appstreamcli include appstream data in AppImage 2020-05-04 22:55:33 -07:00
build-docs.sh docs: Make it easier to split out docs into multiple pages 2020-10-09 22:03:59 -07:00
deploy.sh ci: move source archive to run only for appimage build 2020-10-10 17:14:06 -07:00
generate-docs.py docs: format and wording tweak for color schemes 2020-10-20 00:55:35 -07:00
generate-workflows.py ci: move source archive to run only for appimage build 2020-10-10 17:14:06 -07:00
make-color-screen-shots.sh docs: adjust screenshots to include cursor color 2020-10-20 09:55:32 -07:00
PKGBUILD.template ci: update PKGBUILD.template for license file addition 2020-10-06 13:24:35 -07:00
source-archive.sh Remove some bulky artifacts from the source tarball 2019-12-24 13:13:41 -08:00
subst-release-info.py docs: split install page into pages by platform 2020-05-30 10:30:32 -07:00
tag.sh scripts for tagging 2019-03-23 22:58:23 -07:00
wezterm-homebrew-macos.rb.template Automate updating linuxbrew tap 2020-07-05 09:40:52 -07:00
wezterm-linuxbrew.rb.template Automate updating linuxbrew tap 2020-07-05 09:40:52 -07:00
windows-installer.iss split gui into wezterm-gui executable 2020-10-24 16:40:15 -07:00