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

https://github.com/zillding/blessed-dashboard

A blessed terminal dashboard blessed by blessed~
https://github.com/zillding/blessed-dashboard

Last synced: 8 months ago
JSON representation

A blessed terminal dashboard blessed by blessed~

Awesome Lists containing this project

README

          

# Blessed Dashboard

A terminal UI dashboard 'blessed' by the
[blessed](https://www.npmjs.com/package/blessed) package

## Get Started

Clone the repo

```sh
cd blessed-dashboard
npm install
npm start
```

Press `escape`, `q` or `C-c` to quit the dashboard.

## Configure

The dashboard layout and program params can be configured in
`/src/config.js` file.

## Build

`npm run build`

The assets will be in `/build` directory.