atuin/crates
Lucas Trzesniewski 8a010fed33
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
Shellcheck / shellcheck (push) Has been cancelled
build-docker / publish_x86 (push) Has been cancelled
Rust / format (push) Has been cancelled
build-docker / publish_aarch64 (push) Has been cancelled
Install / install (macos-14) (push) Has been cancelled
Install / install (ubuntu-latest) (push) Has been cancelled
Nix / check (push) Has been cancelled
Rust / build (macos-14) (push) Has been cancelled
Rust / unit-test (macos-14) (push) Has been cancelled
Rust / unit-test (ubuntu-latest) (push) Has been cancelled
Rust / unit-test (windows-latest) (push) Has been cancelled
Rust / check (macos-14) (push) Has been cancelled
Rust / check (ubuntu-latest) (push) Has been cancelled
Nix / build-test (push) Has been cancelled
Rust / build (ubuntu-latest) (push) Has been cancelled
Rust / build (windows-latest) (push) Has been cancelled
Rust / cross-compile (x86_64-unknown-illumos) (push) Has been cancelled
Rust / check (windows-latest) (push) Has been cancelled
Rust / integration-test (push) Has been cancelled
Rust / clippy (push) Has been cancelled
build-docker / publish_manifest (push) Has been cancelled
fix(powershell): run atuin history end in the background (#3034)
This runs `atuin history end` in the background, since it could delay
the next prompt when syncing.

Sorry I didn't realize this command could be slow (I currently don't use
sync).

I went for the .NET [`Process`
class](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.process),
which is not pretty, but the other solutions I thought about all had
their own issues (`Start-Process` needs a file to redirect the output so
you can't just ignore it, `Start-Job` creates job objects that will
linger, `&` does the same but doesn't work on PS 5.1, ...). I'm
surprised I couldn't find a nice way to do the equivalent of `command &
>/dev/null` in PowerShell. 😕

This replaces #3033

## 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
2025-12-22 22:22:06 +00:00
..
atuin fix(powershell): run atuin history end in the background (#3034) 2025-12-22 22:22:06 +00:00
atuin-client fix: Move thorough search through search.filters w/ workspaces (#2703) 2025-12-15 13:21:02 -05:00
atuin-common chore: update to Rust 1.90 (#2916) 2025-09-26 10:46:49 -07:00
atuin-daemon chore(release): prepare for release 18.10.0 (#2962) 2025-10-21 14:37:49 -07:00
atuin-dotfiles feat Add PowerShell support (#2543) 2025-10-23 13:03:39 -07:00
atuin-history chore(release): prepare for release 18.10.0 (#2962) 2025-10-21 14:37:49 -07:00
atuin-kv chore(release): prepare for release 18.10.0 (#2962) 2025-10-21 14:37:49 -07:00
atuin-scripts chore(release): prepare for release 18.10.0 (#2962) 2025-10-21 14:37:49 -07:00
atuin-server feat: allow disabling sync v1 (#3030) 2025-12-18 23:11:47 -05:00
atuin-server-database feat: add support for read replicas to postgres (#3029) 2025-12-18 16:12:39 -05:00
atuin-server-postgres feat: add support for read replicas to postgres (#3029) 2025-12-18 16:12:39 -05:00
atuin-server-sqlite chore(deps): Update some packages realated to ring and aws-lc (#2991) 2025-11-17 20:04:24 -08:00