blessed-contrib
blessed-contrib copied to clipboard
Build terminal dashboards using ascii/ansi art and javascript
I see that the lcd display has a setOptions function to adjust options at runtime. It would be nice to have this functionality for other widgets as well. One use...
It would be awesome if it would be possible to provide the data for `contrib.tree` in an async way. Maybe it would be possible to return a `Promise` in the...
Hi, Thanks for the great work! However, the alignment samed to be not that good for CJK characters, even if I set `{ fullUnicode:true }` for `blessed`, maybe [`wcwidth.js`](https://github.com/mycoboco/wcwidth.js) will...
I have got the following code: ``` javascript var blessed = require('blessed'); var contrib = require('blessed-contrib'); /////////////////////// // UI configuration // ///////////////////// var screen = blessed.screen({ smartCSR: true }); var...
It would be nice if you could implement a detailed table view, like this one: http://www.zuschlogin.com/content/blogimages/31/Telescope.gif Maybe not that overloaded, but make it possible to place a `+` button at...
blessed-contrib is great! thanks for your work. Could U make a widget which can contain an interactive cli component, such as Vorpal. Below is my goal, please as reference. http://stackoverflow.com/questions/34414603/how-to-integrate-node-module-vorpal-and-blessed
Based on issue #42, I tried both the colors node module and the blessed tags to color the text in table cells. In both cases, cells to the right of...
Hey, it'd be great to get several widgets to deal with form functionality... like text fields, radio groups, selection list, checkboxes, textarea, etc. thanks!
[blessed-contrib/examples/explorer.js](https://github.com/yaronn/blessed-contrib/blob/e433fcda7fd49a602d829a2f453beb4af6d5b07b/examples/explorer.js)
Hello, I'm running an AWS instance of Ubuntu Server accessed through Iterm, I followed the basic example on the front page and I get this error: Error: Not a terminal....