Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git i/src/swapper.rs w/src/swapper.rs 2index c901f48..cbd278d 100644 3--- i/src/swapper.rs 4+++ w/src/swapper.rs 5@@ -215,7 +215,7 @@ impl<'a> Swapper<'a> { 6 }; 7 8 let pane_command = format!( 9- "tmux capture-pane -J -t {active_pane_id} -p{scroll_params} | tail -n {height} | {dir}/target/release/thumbs -f '%U:%H' -t {tmp} {args}; tmux swap-pane -t {active_pane_id}; {zoom_command} tmux wait-for -S {signal}", 10+ "tmux capture-pane -J -t {active_pane_id} -p{scroll_params} | tail -n {height} | {dir}/thumbs -f '%U:%H' -t {tmp} {args}; tmux swap-pane -t {active_pane_id}; {zoom_command} tmux wait-for -S {signal}", 11 active_pane_id = active_pane_id, 12 scroll_params = scroll_params, 13 height = self.active_pane_height.unwrap_or(i32::MAX),