From ae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Feb 2026 01:42:28 +0900 Subject: fix(search): match Composer single-line output format with truncation Replace two-line output (name+counts, indented description) with Composer's single-line aligned format: padded name, abandoned warning, and terminal-width-aware description truncation. Remove summary header and download/faver count display from text output. Co-Authored-By: Claude Opus 4.6 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c7949e..5d972b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,6 +38,7 @@ serde_json = "1.0.149" sha1 = "0.10.6" syn = { version = "2.0.117", features = ["full", "parsing"] } tar = "0.4.44" +terminal_size = "0.4" tempfile = "3.25.0" tokio = { version = "1.49.0", features = ["full"] } tracing = "0.1.44" -- cgit v1.3.1