patat/lib
Jasper Van der Jeugt 9415236d76 Incrementally display output of eval commands
Rather than waiting for the process to complete and then displaying its
output, `patat` now fetches the `stdout` and `stderr` as it becomes
available and refreshes the display.

This means that by default, **stderr is now displayed as well**.
To disable displaying `stderr`, you can add `stderr: false` to the eval
configuration, e.g.:

```yaml
patat:
  eval:
    bash:
      command: bash
      stderr: false
```
2024-10-30 19:34:56 +01:00
..
Control/Concurrent/Chan add transition effects (#149) 2023-10-11 18:50:49 +02:00
Data Fix wide characters in code blocks 2024-09-28 14:45:21 +02:00
Patat Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
Text/Pandoc Add support for showing plain text files (#141) 2023-09-12 18:48:52 +02:00