patat/lib/Patat
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
..
Eval Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
Images Upgrade dependencies 2022-08-17 10:35:16 +02:00
Presentation Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
PrettyPrint Support centering content with auto margins (#164) 2024-02-12 16:43:17 +01:00
Transition Fix typo 2024-10-21 16:16:32 +09:00
AutoAdvance.hs add transition effects (#149) 2023-10-11 18:50:49 +02:00
Cleanup.hs Add a Haskell test suite 2019-10-07 13:26:22 +02:00
EncodingFallback.hs Fall back to forcing UTF-8 if decoding fails (#144) 2023-09-25 10:11:22 +02:00
Eval.hs Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
Images.hs Refactor Main module 2023-09-29 16:40:23 -04:00
Main.hs Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
Presentation.hs Incrementally display output of eval commands 2024-10-30 19:34:56 +01:00
PrettyPrint.hs Support centering content with auto margins (#164) 2024-02-12 16:43:17 +01:00
Size.hs add transition effects (#149) 2023-10-11 18:50:49 +02:00
Theme.hs Fix table header theming 2023-02-13 09:55:50 +01:00
Transition.hs Add a type: matrix transition effect (#168) 2024-02-27 18:11:19 +01:00