kahkhang / Inquirer.sh

Modern terminal prompt inspired by inquirer.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to enter any of the following characters in text_input prompt. ` \ ; ' ~ # % & ( ) | : " < >

tasker204 opened this issue · comments

Unable to enter any of the following characters in text_input prompt. ` \ ; ' ~ # % & ( ) | : " < >

Hi @tasker204, unfortunately this was intended by design, since I wanted to prevent unwanted bash expansion from breaking the shell script when reading the string to a variable. I don't see any workaround for this without using hacks around bash's eval :(