Add ability handle more than one character at a time #4

Merged
alex merged 4 commits from string-commands into main 2025-11-19 18:22:49 +01:00

4 Commits

Author SHA1 Message Date
Alexander Heldt
747f76a584 Add ability to listen (tap) the input
By doing something like
```
fn input_output_loop(input_output: Subject(List(String))) -> Nil {
  let output = process.receive_forever(input_output)

  echo output

  input_output_loop(input_output)
}
```
2025-11-19 18:20:36 +01:00
Alexander Heldt
a6ac9eb5f7 Add ability to inject characters into the input 2025-11-19 18:20:36 +01:00
Alexander Heldt
4d935a2e29 Add ability to create character sequences as Input 2025-11-19 18:20:35 +01:00
Alexander Heldt
78cc3647c7 Correct io_get_chars comment/documentation 2025-11-19 17:46:58 +01:00