atuinsh / atuin

✨ Magical shell history

Home Page:https://atuin.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Nushell 0.92 breaks Atuin script

brizzbuzz opened this issue Β· comments

What did you expect to happen?

Hello πŸ‘‹ nushell pushed some breaking changes in 0.92 that changes how run-external works, and thus breaks the existing atuin nushell script https://www.nushell.sh/blog/2024-04-02-nushell_0_92_0.html#deprecated-commands-toc

What happened?

> Error:   Γ— Deprecated flag                                                                                                                          04/08/2024 09:29:17 PM PM
   ╭─[entry #1:2:48]
 1 β”‚ # c6fd19fa-f67d-4dae-bb81-1b9fdff43783
 2 β”‚ commandline edit (ATUIN_LOG=error run-external --redirect-stderr atuin search "--shell-up-key-binding" "--interactive" "--" (commandline) | complete | $in.stderr | str substring ..-1)
   Β·                                                ─────────────────────────────────────────────┬────────────────────────────────────────────
   Β·                                                                                             ╰── `--redirect-stderr` is deprecated
   ╰────
  help: use the `e>|` stderr pipe redirection instead

Atuin doctor output

nothing is wrong w/ atuin :)

Code of Conduct

  • I agree to follow this project's Code of Conduct

Addressed in #1913?

womp womp I was looking at that script in the atuin repo on my local and never pulled the updated code... yea that should do it :)