alacritty/scripts
JDTX 2c462c7d03 Fix spelling mistakes 2019-04-28 21:42:43 +00:00
..
24-bit-color.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00
README.md Fix spelling mistakes 2019-04-28 21:42:43 +00:00
apply-tilix-colorscheme.py Add script to apply a tilix colorscheme file. (#524) 2017-05-27 19:58:14 -07:00
colors.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00
create-flamegraph.sh Refactor Alacritty scripts 2018-12-08 20:28:57 +00:00
fg-bg.sh Changed explicit script shebangs to use /usr/bin/env 2019-01-21 22:12:09 +00:00
migrate_ref_tests.rb Optimize Row::reset 2018-06-02 09:56:50 -07:00

README.md

Scripts

Flamegraph

Run the release version of Alacritty while recording call stacks. After the Alacritty process exits, a flamegraph will be generated and it's URI printed as the only output to STDOUT.

./create-flamegraph.sh

Running this script depends on an installation of perf.

ANSI Color Tests

We include a few scripts for testing the color of text inside a terminal. The first shows various foreground and background variants. The second enumerates all the colors of a standard terminal. The third enumerates the 24-bit colors.

./fg-bg.sh
./colors.sh
./24-bit-colors.sh