feat: output the stderr of sh execution to the preview pane to make debugging easier, closes #106

This commit is contained in:
sxyazi
2025-04-21 17:21:55 +08:00
parent 690e3092bc
commit 71f925e4b7
2 changed files with 12 additions and 8 deletions

View File

@@ -53,6 +53,8 @@ name = "*.csv"
run = 'piper -- bat -p --color=always "$1"'
```
Note that certain distributions might use a different name for `bat`, like Debian and Ubuntu uses `batcat` instead, so please adjust accordingly.
### Preview Markdown with [`glow`](https://github.com/charmbracelet/glow)
```toml