user@host ~/dev/scheme main$ ls -F Cargo.toml README.md current@ drafts/ scripts/ src/ user@host ~/dev/scheme main$ tree -L 2 src/ src/ ├── lib.rs ├── scheme/ │ ├── base16.rs │ └── tinted8.rs └── templates/ ├── alacritty.tpl └── kitty.tpl user@host ~/dev/scheme main$ grep -rn "TODO" src/ src/scheme/tinted8.rs:42: // TODO: validate non-standard variants