https://github.com/lirantal/terminal-detect
CLI to detect terminal support for properties like color, unicode and others
https://github.com/lirantal/terminal-detect
cli nodejs terminal terminal-emulators unicode
Last synced: about 1 month ago
JSON representation
CLI to detect terminal support for properties like color, unicode and others
- Host: GitHub
- URL: https://github.com/lirantal/terminal-detect
- Owner: lirantal
- License: apache-2.0
- Created: 2019-10-09T14:47:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T21:40:41.000Z (over 5 years ago)
- Last Synced: 2025-04-30T08:11:23.364Z (about 1 month ago)
- Topics: cli, nodejs, terminal, terminal-emulators, unicode
- Language: JavaScript
- Size: 144 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
terminal-detect
CLI to detect terminal user interface support for visual properties# About
`terminal-detect`is a Node.js CLI to help in troubleshooting a terminal user interface support for visual properties like support for unicode chars, colors, and so on.
# Usage
```bash
npx terminal-detect
```# Install
```bash
npm install -g terminal-detect
```# Contributing
Please consult [CONTIRBUTING](./CONTRIBUTING.md) for guidelines on contributing to this project.
# Author
**terminal-detect** © [Liran Tal](https://github.com/lirantal), Released under the [Apache-2.0](./LICENSE) License.