Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranzystorekk/prismcheck
Check your terminal colors with Deno
https://github.com/tranzystorekk/prismcheck
bash cli color deno terminal
Last synced: 21 days ago
JSON representation
Check your terminal colors with Deno
- Host: GitHub
- URL: https://github.com/tranzystorekk/prismcheck
- Owner: tranzystorekk
- License: mit
- Created: 2022-03-10T23:23:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T07:39:28.000Z (over 2 years ago)
- Last Synced: 2024-10-16T16:16:14.565Z (22 days ago)
- Topics: bash, cli, color, deno, terminal
- Language: TypeScript
- Homepage: https://deno.land/x/prismcheck
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prismcheck
## About
A simple terminal color checker adapted from [colortest](https://github.com/pablopunk/colortest)
and distributed with Deno.## How it works
Embedded into the source code is a color display shell [script](https://tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html).
On your machine, it's simply piped into a Bash process and executed.## Usage
### Run with [`land`](https://github.com/ije/land)
```console
land prismcheck
```### Install and run
Install `prismcheck`:
```console
deno install --allow-run -f --import-map https://deno.land/x/prismcheck/import_map.json -n prismcheck https://deno.land/x/prismcheck/cli.ts
```Run:
```console
prismcheck
```