A command line tool that displays the terminal 8-bit ANSI colors, useful for debugging. It is available for macOS.
Caption: a preview of Chalk running in Kitty on macOS. Shell theme is River Dreams and font is Monolisa (with fallback to Symbols Nerd Font). Background is AI art and provided as an wallpaper port by the Flamerial palette.
The following dependencies must be installed before it:
- Git: it will be used to clone this repository.
- Swift Toolchain: it provides all the tools required to build this software.
Use the macOS Command Line Tools bundle to install all the dependencies listed above. They also come with the install of XCode.
- Use
git
to clone this repository:
git clone --depth 1 https://github.com/skippyr/Chalk;
- Access the repository directory using
cd
:
cd Chalk;
- Use
swift
to build the software:
swift build -c release;
- Add
.build/release/chalk
to a directory in your systemPATH
environment variable. - Reopen your shell and it will be available as a command.
If you need help related to this project, open a new issue in its issues pages or send an e-mail describing what is going on.
This project is open to review and possibly accept contributions in the form of bug reports and suggestions. If you are interested, send your contribution to its pull requests page or via e-mail.
This is free software licensed under the BSD-3-Clause License that comes WITH NO WARRANTY. Refer to the LICENSE
file that comes in its source code for license and copyright details.
– 🐉❤️🔥 –
≥v≥v Here Be Dragons! ≥v≥
Made with love by 🍒 skippyr