From de5ec0bec09a3e50b193c937f71388a737cb582a Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Fri, 20 Mar 2026 08:11:45 +0100 Subject: feat: Allow running `atuin search -i` as subcommand on Windows (#3250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is the equivalent of #3208, but for Windows. ~The rendering performance is noticeably slower in this mode when refreshing a large part of the screen, but it's better than not having the feature at all.~ Fixed 🙂 The second commit fixes some unrelated warnings. /cc @BinaryMuse FYI ## 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 --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7228da5b..7ec6178e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,6 +272,7 @@ dependencies = [ "tracing-tree", "unicode-width 0.2.2", "uuid", + "windows-sys 0.61.2", ] [[package]] -- cgit v1.3.1