1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-10-27 05:32:54 -04:00
alacritty/extra
Christian Duerr bd4906722a
Switch to TOML configuration format
This switches Alacritty's default configuration format from yaml to
toml. While yaml is still supported, it is done by converting it to toml
and should be removed entirely in the future.

All existing features were persisted based on my testing. Behavior
should not change much, though `--option` might have slightly different
behavior since the entire line is not interpreted as one line of toml.

A new `alacritty migrate` subcommand has been added which allows
automatic migration from yaml to toml. This also could be used as a
facility to automatically fix configuration file changes in the future.

Closes #6592.
2023-06-12 00:23:41 +00:00
..
completions Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
linux Use org.alacritty instead of io.alacritty 2022-07-10 23:55:57 +03:00
logo Fix embedded _NET_WM_ICON on X11 2020-12-20 07:57:03 +00:00
man Switch to TOML configuration format 2023-06-12 00:23:41 +00:00
osx/Alacritty.app/Contents Bump development version to 0.13.0-dev 2023-02-15 02:19:19 +03:00
alacritty.info Add missing terminfo capabilities 2023-04-08 17:33:12 +00:00