+ {/* Info Banner */}
+
+
+
+
+ This sends input directly to the process's standard input stream.
+ The process must be configured to read from stdin.
+
+
+
+
+ {/* Textarea */}
+
+
+ {/* Options */}
+
+ setAppendNewline(e.target.checked)}
+ className="h-4 w-4 rounded border-input text-primary focus:ring-2 focus:ring-primary focus:ring-offset-2"
+ />
+
+
+
+ {/* Character Count */}
+ {input && (
+
+ {input.length} character{input.length !== 1 ? 's' : ''}
+ {appendNewline && ' + newline'}
+
+ )}
+
+ {/* Actions */}
+
+
+
+
+
+