tree: 1d1b9c8041a1ac8757ac4012632f4c14f5d1c489 [path history] [tgz]
  1. 24-bit-color.sh
  2. apply-tilix-colorscheme.py
  3. colors.sh
  4. create-flamegraph.sh
  5. fg-bg.sh
  6. migrate_ref_tests.rb
  7. README.md
  8. spawn-alacritty-cwd
scripts/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 varients. 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