Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulmolluzzo/hyper-color-command
Colorized syntax highlighting for the command line in Hyper
https://github.com/paulmolluzzo/hyper-color-command
colorization command-line hyper javascript syntax-highlighting
Last synced: 2 months ago
JSON representation
Colorized syntax highlighting for the command line in Hyper
- Host: GitHub
- URL: https://github.com/paulmolluzzo/hyper-color-command
- Owner: paulmolluzzo
- Created: 2017-03-19T02:48:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T15:04:12.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T18:49:18.618Z (2 months ago)
- Topics: colorization, command-line, hyper, javascript, syntax-highlighting
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-color-command
- Size: 280 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hyper Color Command
Colorize your command line in [Hyper](https://hyper.is) with syntax highlighting for commands, arguments, flags, files, and operators.
![](./demo.gif)
# Installation
To install Hyper Color Command open `~/.hyper.js` and add `"hyper-color-command"` to your plugins:
```js
plugins: [
"hyper-color-command"
]
```---
MIT
© 2017 Paul Molluzzo