π¦ ClawHub
Read Tool
by @dinghaibin
Read a line from standard input into a variable. Use for interactive shell prompts and script input handling.
π‘ Examples
read-tool -p "Enter name: " NAME
read-tool -s -p "Password: " PASS
read-tool -t 5 TIMEOUT_VAR
βοΈ Configuration
-p PROMPT: Display prompt before reading-t N: Timeout after N seconds-s: Silent mode (don't echo input)TERMINAL
clawhub install read-tool