mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
add terminal requirements
This commit is contained in:
parent
a253e25dd2
commit
df71463553
1 changed files with 23 additions and 1 deletions
24
README.md
24
README.md
|
|
@ -38,6 +38,28 @@ and simply copy the `tiki` executable to any location and make it available via
|
|||
tiki --version
|
||||
```
|
||||
|
||||
## Terminal Requirements
|
||||
|
||||
`tiki` CLI tool works best with modern terminal emulators that support:
|
||||
- **TrueColor (24-bit color)** for gradient rendering
|
||||
- **UTF-8 encoding** for proper character display
|
||||
- Standard ANSI escape sequences
|
||||
|
||||
### Recommended Terminals
|
||||
- **macOS**: iTerm2, kitty, Alacritty, or default Terminal.app
|
||||
- **Linux**: kitty, Alacritty, GNOME Terminal, Konsole, or any xterm-256color compatible terminal
|
||||
- **Windows**: Windows Terminal, ConEmu, or Alacritty
|
||||
|
||||
### Terminal Configuration
|
||||
For best results, ensure your terminal is set to:
|
||||
- TERM environment variable: `xterm-256color` or better (e.g., `xterm-truecolor`)
|
||||
- UTF-8 encoding enabled
|
||||
|
||||
If colors don't display correctly, try setting:
|
||||
```bash
|
||||
export TERM=xterm-256color
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
`cd` into your **git** repo and run `tiki`.
|
||||
|
|
@ -108,4 +130,4 @@ to contribute:
|
|||
|
||||

|
||||
[](https://goreportcard.com/report/github.com/boolean-maybe/tiki)
|
||||
[](https://pkg.go.dev/github.com/boolean-maybe/tiki)
|
||||
[](https://pkg.go.dev/github.com/boolean-maybe/tiki)
|
||||
Loading…
Reference in a new issue