index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cli.rs
Commit message (
Expand
)
Author
Age
*
Remove redundant closures and imports
Matthias Krüger
2019-04-11
*
Set maximum Rust version to 1.31.0
Christian Duerr
2019-04-09
*
Add rustfmt style guide
Christian Duerr
2019-03-30
*
Update --class docs
Christian Duerr
2019-03-29
*
Add text reflow
Christian Duerr
2019-03-13
*
Add option for window position at startup
Cole Helbling
2019-03-11
*
Fix dimensions CLI/manpage docs
Christian Duerr
2019-02-10
*
Set window title on Wayland
Christian Duerr
2019-02-06
*
Upgrade to Rust 2018
Joe Wilm
2018-12-10
*
Display errors and warnings
Christian Duerr
2018-11-17
*
Update manpage to document all CLI options
Christian Duerr
2018-07-01
*
Override dynamic_title when --title is specified
Nathan Lilienthal
2018-06-18
*
Add working --class and --title CLI parameters
Tezkerek
2018-06-07
*
Update dependencies
golem131
2018-01-26
*
Remove built crate
Joe Wilm
2017-12-22
*
clippy: string constants do not need to have static lifetime (const_static_li...
Matthias Krüger
2017-12-03
*
Output more info for `--version` (#888)
hcpl
2017-11-11
*
Style fixes
Joe Wilm
2017-11-11
*
Don't enforce window dimensions if configured with 0 columns or lines
Bryan Gilbert
2017-11-11
*
Use clippy = "*", update, and fix some warnings (#796)
Aaron Hill
2017-09-27
*
Change CLI live-config-reload options into flags
Joe Wilm
2017-08-29
*
Implement options to not start the config_monitor thread (#689)
Liu Wei
2017-08-29
*
Add a long option for the command flag (-e) (#655)
polyfloyd
2017-07-08
*
Add config file as cli option (#576)
Niklas Claesson
2017-05-28
*
Add CLI arg for setting working directory
Zach Day
2017-04-18
*
Do not replace $SHELL with --command option
Justin Charette
2017-04-03
*
Configurable window dimensions
Anders Rasmussen
2017-02-06
*
Add support for -e argument
Niklas Claesson
2017-01-28
*
Use clap as cli parser.
Kurnevsky Evgeny
2017-01-24
*
Use the log-crate instead of printing to stdout
Lukas Lueg
2017-01-23
*
print glutin events if --print-events is passed
Tom Crayford
2017-01-08
*
Added --title argument to set window title
Rudis Muiznieks
2017-01-06
*
Display manages window, renderer, rasterizer
Joe Wilm
2016-12-11
*
Cleanup cli option parsing
Joe Wilm
2016-12-11