blessed-contrib icon indicating copy to clipboard operation
blessed-contrib copied to clipboard

Build terminal dashboards using ascii/ansi art and javascript

Results 96 blessed-contrib issues
Sort by recently updated
recently updated
newest added

I guess the title explains it all. I really was exited to see that this contribution of blessed has a grid. Then i was kinda disappointed to see it's not...

Hello, It would be nice to be able to jump to the first element of a table using the `Home` (`⇱`) key and to the last one using the `End`...

Makes installation instructions clear with regards to required versions of Node.js / npm

Hey there, when upgrading from `4.10.1` to `4.11.0`, we get following error: ``` Error: Cannot find module 'node:process' Require stack: - /Users/[...]/node_modules/marked-terminal/index.cjs - /Users/[...]/node_modules/blessed-contrib/lib/widget/markdown.js - /Users/[...]/node_modules/blessed-contrib/index.js - /Users/[...]/src/commands/start/ui/index.ts - /Users/[...]/src/commands/start/index.ts...

Hello, As `blessed` hasn't been updated since 01/2016, I'm suggesting that `blessed-contrib` uses `neo-blessed`, which is the only currently maintained fork. Thanks

question

Therefore, it appears this no longer works with Windows 10, at least. The font will not appear in the Windows console prompt. There are some fonts that will never display...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hi, can I have default terminal with dashboards?

Typescript definitions of `columnWidth` is written as an optional `number[]`, but if you don't specify this parameter it will throw an error: > Error: A table must get columnWidth as...