console-gui-tools icon indicating copy to clipboard operation
console-gui-tools copied to clipboard

A simple library to draw option menu or other popup inputs and layout on Node.js console.

Results 8 console-gui-tools issues
Sort by recently updated
recently updated
newest added

### What do you want? Allow columns, too. Like used in Bootstrap's Grid-system (Columns, rows) to give the dev better options on how to setup a given layout. I'd also...

enhancement

Change selected layout by clicking inside or changing separator size by dragging it.

enhancement

In this way it should be possible to add a Control to a customPopup or to a part of a layout. If a control will be placed inside another pagebuilder,...

enhancement

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

### What do you want? A new feature! to add multiple input in one confirmable popup ### Why do you want it? A new feature! I have to add records...

enhancement

### What happened? A bug happened! Broken box ### What should have happened? Box should be not broken ### Code ![image](https://github.com/Elius94/console-gui-tools/assets/50077340/dedbea2d-e782-42b6-b3f5-8a778d279f8b) ```js /** * !Logger */ const os = require("node:os");...

bug