diff options
| author | Lucas Trzesniewski <lucas.trzesniewski@gmail.com> | 2026-02-09 07:25:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 22:25:06 -0800 |
| commit | 57cf9b8363c89bd094a6473f588fe0710edc65fb (patch) | |
| tree | a3349a6d3c9531345ce95bf6766e65c88c6d3069 /Cargo.toml | |
| parent | fix: remove invalid IF EXISTS from sqlite drop column migration (#3145) (diff) | |
| download | atuin-57cf9b8363c89bd094a6473f588fe0710edc65fb.zip | |
fix(powershell): display search stderr (#3146)
This shows stderr output from `atuin search -i` in PowerShell:
The output looks like this:
<img width="628" height="149" alt="image"
src="https://github.com/user-attachments/assets/c0a4bc9a-5d57-415f-a5b4-9c497744c6e0"
/>
Currently reproducible with the following config:
```toml
[keymap.emacs]
"foo" = "bar"
"=" = "bar"
```
I started by using `Start-Process` in the first commit, but then rewrote
it entirely as using a `Process` object directly should be more stable
(`Start-Process` already [caused
issues](https://github.com/atuinsh/atuin/pull/2543#issuecomment-2647555114)
in the past).
This fixes the PowerShell part of #3134
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions
