LitoMore
6282b1f9f2
Use SVG icon
2022-09-15 06:32:16 -07:00
Wez Furlong
711d6c82c1
Add sponsor button to readme
...
closes: https://github.com/wez/wezterm/issues/1339
2022-06-16 12:45:35 -07:00
bl-ue
ffbfb25f16
Update wording in README.md
...
Minor wording updates to improve consistency and flow.
2021-05-19 19:08:57 -07:00
Wez Furlong
8ee11484b9
update for rename of master
branch -> main
2021-02-03 21:34:12 -08:00
Wez Furlong
28b1ec879a
docs: switch links to new matrix room
2021-01-27 13:30:36 -08:00
Wez Furlong
fd533a6944
Add icon to readme page
2020-12-26 11:27:37 -08:00
Benoit de Chezelles
380f83e7df
Update matrix room url ( #378 )
...
* Update matrix room url
* Update matrix room url everywhere :D
2020-12-13 10:06:52 -08:00
Wez Furlong
d99b025e24
docs: link to new GitHub Discussions thingy
2020-12-08 20:32:46 -08:00
Wez Furlong
574233e8d7
docs: add a bit about contributing
2020-06-16 22:16:56 -07:00
Wez Furlong
ed9d8c9aeb
ci: remove old badges from readme
2020-02-12 13:21:57 -08:00
Wez Furlong
2ad09cec36
Add link to the Matrix/Riot room
2020-01-26 12:02:43 -08:00
Wez Furlong
f1b6c9d9a0
remove azure status from readme
2019-12-29 17:46:21 -08:00
Wez Furlong
59d9d1797a
GH actions: add badges to readme
2019-10-25 00:00:09 -07:00
Wez Furlong
a7df010d1f
remove appveyor config
2019-06-26 15:58:17 -07:00
Wez Furlong
0e8ee75537
Update README.md
...
really fix the azure badge
2019-06-26 13:09:07 -07:00
Wez Furlong
54fa85ce8f
Update README.md
...
revise azure org url
2019-06-26 13:06:16 -07:00
Wez Furlong
2aaf723f09
Update README.md
...
whitespace only change to see what azure does
2019-06-26 08:17:12 -07:00
Wez Furlong
3b26e7ad35
remove travis badge
2019-06-23 11:04:29 -07:00
Wez Furlong
26e8635076
more azure tweakage
2019-06-22 23:06:45 -07:00
Wez Furlong
08259bb9bf
refresh screenshots and add some videos
2019-06-22 21:53:08 -07:00
Wez Furlong
4023a0fb07
moved most of the readme to the web site
2019-06-22 19:05:19 -07:00
Wez Furlong
9447277166
prep for putting docs under the docs dir
2019-06-22 15:28:20 -07:00
Wez Furlong
fcc2b1ab7d
rejigger tab spawning hotkeys
...
cmd-t now spawns in the same domain as the active tab,
cmd-shift-t spawns in the default domain.
It is possible to define bindings to spawn in an arbitrary domain.
2019-06-22 07:46:49 -07:00
Wez Furlong
cc29782a72
add note about winpty
2019-06-11 08:55:30 -07:00
Wez Furlong
63b18c4951
couple of readme fixes
2019-06-08 16:26:34 -07:00
Wez Furlong
000c5eddac
Add CloseCurrentTab key binding
...
Added CMD-W as a default binding for this action.
refs: https://github.com/wez/wezterm/pull/26
2019-06-08 10:27:45 -07:00
Wez Furlong
25da2ebbbf
fix stray '
in the readme
2019-06-08 10:04:18 -07:00
Wez Furlong
c143a4105b
fix quoting of modifiers in the readme
2019-06-08 10:03:37 -07:00
Wez Furlong
9552d3d5eb
add some docs on keybindings
2019-06-08 10:01:41 -07:00
Wez Furlong
7b8a989e10
point to upstream color schemes repo now that my pr is merged
2019-06-03 20:51:20 -07:00
Wez Furlong
94760653cd
add filetype to code blocks in the readme
2019-06-03 20:49:04 -07:00
Wez Furlong
daac79fe41
Add info about ready-to-use color schemes to the readme
2019-06-01 23:31:17 -07:00
Wez Furlong
e5fe668bbc
mention linux package releases in the readme
2019-05-26 11:18:03 -07:00
Wez Furlong
4d8a4f790a
fix typo in the readme
2019-03-24 17:04:07 -07:00
Wez Furlong
be0692f52c
add links to released packages
2019-03-24 16:57:20 -07:00
Wez Furlong
72bcd42e48
regenerate bindings on linux
2019-03-23 10:51:09 -07:00
Wez Furlong
d3b3027cfc
introduce subcommands; wezterm start
now spawns the frontend
...
This is to allow adding subcommands like `wezterm cli` to interact
with the mux server.
2019-03-22 20:41:50 -07:00
Stephane Fontaine
a833cf29b4
X11: update readme to require OpenGl ES3
...
The story as I understand it:
The current shaders requires GLSL 3.30 but OpenGL ES 2.0 is bound to GLSL
1.20.
The confusion arise when creating EGL context. We ask for ES2 because crate egli
doesn't provide a ES3 one "yet". On a recent system, the driver will probably return
a ES3 conformant context anyway .. lucky for us because because the shaders won't
compile on ES2 (which does not even have a `out` keyword).
2019-03-01 22:53:21 -08:00
Wez Furlong
92bb685c0c
adjust status/features section of the readme
2019-02-22 22:21:40 -08:00
Wez Furlong
0b4ae38417
remove outdated benchmarks
...
I ran some numbers on the current build and we're a bit slower
today than we were when I last ran benchmarks. We've grown
more state in the CellAttributes that we manage so the profiler
shows those as relatively hot spots.
Performance is now on par with iTerm2 (w/ Metal Renderer) on macos
honestly now a little slower than vte based terminals, but still faster
than xterm (everything is faster than xterm!)
Alacritty is impressively holding its own at the front of the pack,
even with scrollback.
There's room for improvement in wezterm, but it still feels fine,
so perf isn't currently top of my list.
Closes https://github.com/wez/wezterm/issues/20
2019-02-22 22:09:34 -08:00
Wez Furlong
273b903222
upgrade from alpha -> beta, note mac and windows support
2019-02-22 19:01:49 -08:00
Wez Furlong
b256884a8f
revise config example in the readme
2019-02-20 09:06:26 -08:00
Wez Furlong
6a617aefbb
remove coverage bits from travis build
...
I don't find them valuable and they make it harder for travis
to run on multiple operating systems.
2019-02-19 23:59:02 -08:00
Wez Furlong
3812ec55b1
tweak readme
2019-02-18 22:23:13 -08:00
Wez Furlong
3ee7ff76e2
tweak readme to reflect recent changes for macos and windows
2019-02-18 11:13:56 -08:00
Wez Furlong
4601a4ecc9
simplify the readme
...
Now that we no longer require nightly rust, we can just run cargo.
2018-08-05 17:04:37 -07:00
Wez Furlong
f37de9cbe5
use termwiz to replace most of the escape parsing
2018-08-03 22:37:04 -07:00
Wez Furlong
ff5a3179e1
new windows with Cmd-N
2018-03-04 17:17:37 -08:00
Wez Furlong
ddb0055124
Add docs about window and tab hotkeys
2018-03-04 17:10:38 -08:00
Wez Furlong
b57bb5b39a
fix typo!
2018-02-26 09:09:41 -08:00