aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/cli.rs
Commit message (Expand)AuthorAge
* Add option to drain PTY on shutdownAndrew Borg (Kashin)2025-01-16
* Pass activation token in alacritty msg create-windowKirill Chibisov2025-01-04
* Add headless modeChristian Duerr2024-10-15
* Move root config fields to `[general]` sectionChristian Duerr2024-10-02
* Unify string formattingHamir Mahal2024-07-24
* Bump dependenciesKirill Chibisov2024-07-17
* Fix dynamic title override for multiple windowsChristian Duerr2024-04-23
* Allow setting terminal env vars via PTY optionsKirill Bulatov2024-03-18
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Add migrate to alacritty(1)Kirill Chibisov2023-11-24
* Add `--option` argument to `create-window`Christian Duerr2023-11-11
* Unify CLI config override mechanismsChristian Duerr2023-11-11
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Update winit to 0.29.2 and copypasta to 0.10.0Kirill Chibisov2023-10-21
* Add bindings for macOS tabsKirill Chibisov2023-09-04
* Switch to TOML configuration formatChristian Duerr2023-06-12
* Update clap to v4.2.7Kirill Chibisov2023-05-17
* Add -T short form for --titleJames McCoy2022-12-11
* Fix `--help` output for `--class` to match man pagesAndrzej Grzeslak2022-10-18
* Add IPC config subcommandChristian Duerr2022-09-01
* Rework `--class` CLI optionKirill Chibisov2022-08-25
* Add hexadecimal support to --embedSabu Siyad2022-06-28
* Add value hints for clap file pathsChristian Duerr2022-06-16
* Fix flickering during resize on WaylandKirill Chibisov2022-06-09
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Migrate from structopt to clap 3Christian Duerr2022-01-04
* Add title/class CLI parameters to create-windowKirill Chibisov2022-01-03
* Fix test failures due to CLI parametersChristian Duerr2021-12-25
* Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
* Bump glutin to 0.28.0Kirill Chibisov2021-12-03
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Switch to clap-generated completionsChristian Duerr2021-11-19
* Add multi-window supportChristian Duerr2021-10-23
* Update rustfmt configurationChristian Duerr2021-10-11
* Migrate CLI config to structoptChristian Duerr2021-08-18
* Remove Windows WinPTY backendChristian Duerr2021-01-01
* Replace serde's derive with custom proc macroChristian Duerr2020-12-21
* Remove redundant CLI flagsChristian Duerr2020-11-26
* Add support for single line terminalsii412020-09-27
* Improve example for the -o CLI flagNathan Lilienthal2020-09-13
* Add CLI parameter to override config optionsChristian Duerr2020-08-22
* Remove markdownish markup from `--help` outputKirill Chibisov2020-08-10
* Remove gui dependencies from alacritty_terminalKirill Chibisov2020-07-11
* Update --help for class option to match manpageJeff Windsor2020-07-04
* Remove copyright notice from filesChristian Duerr2020-06-06
* Refactor Shell, Command, and Launcher to share implKirill Chibisov2020-06-05
* Extend style guideline documentationChristian Duerr2020-05-05
* Fix live config reload for window titleChristian Duerr2020-03-14
* Fix inconsistent test module namingChristian Duerr2020-01-28
* Fix crash with invalid working directoryChristian Duerr2020-01-12