fixed the random pipe at the end of every repo

This commit is contained in:
2026-07-10 18:57:29 -05:00
parent 0e2155c1b3
commit 7f3fba6807
+1 -1
View File
@@ -22,7 +22,7 @@ pub async fn user_select_repo(repositories: Vec<Repository>) -> Result<Repositor
let mut child = Command::new("fzf")
.arg("--delimiter").arg("\\|")
.arg("--with-nth").arg("2")
.arg("--with-nth").arg("{2}")
.arg("--preview")
.arg("echo 'Repository: {2}\n-------------------\nID: {3}\nStars: ⭐ {4}\nDescription: {5}'")
.arg("--preview-window").arg("right:50%:wrap")