Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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