https://github.com/helloworld017/claritty
$ alias claritty="alacritty --with-some-candies"
https://github.com/helloworld017/claritty
Last synced: 3 months ago
JSON representation
$ alias claritty="alacritty --with-some-candies"
- Host: GitHub
- URL: https://github.com/helloworld017/claritty
- Owner: HelloWorld017
- Created: 2023-11-11T11:37:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T09:59:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T05:41:08.682Z (over 1 year ago)
- Language: Makefile
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Claritty
$ alias claritty="alacritty --with-some-candies"
## Motivation
* There's no such terminal which is appealing to me and supports vibrancy on macOS. (I'm using kitty now)
* There are some long-living PRs, which are not merged by the alacritty team yet.
## Goals
* Making a terminal emulator, which works on my machine (TM).
* Cherry-picking some PRs which I want to use in my machine.
* Learning the Rust programming language.
## Non-goals
* Making a terminal emulator, which works on **others machine**.
* Merging some patches to the upstream.
## In one sentence
> [!WARNING]
> Use at your own risk. This might be buggy and would not work on your machine
## Features
* Vibrancy
* Scrollbar
* Granular Paddings
* Sixels (not yet)
## Development
```
$ git clone ssh://git@github.com/HelloWorld017/claritty.git
$ make init
```
Then please read the `workspace/INSTALL.md`.
After modifying the codes, run `$ make extract-patch`