Benjamin Lupton

Results 336 issues of Benjamin Lupton

Currently if one uses `ask --password` it just prevents it from being outputted after being entered, however `read` (at least on macos) supports `--silent` which obfuscates what is entered with...

enhancement

Work has started on this, including the following: - [x] enable `choose` to be themeable - [x] support nocolor variants for segments and elements - [x] rework targets for better...

enhancement

WIP — Work still ongoing for #188, and timeout tests need to be added for #99 /ref #99, #213, #188

VSCode terminal does not initially clear alt ttys, despite all other terminals doing so. We should check if the terminal is vscode, and trigger a tty clear when establishing an...

bug

Currently `ask` and `confirm` are rendered inline, yet `choose` requires an alt TTY to be established, which looses context. With the incoming #188, it will be straightforward enough to achieve...