Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-04 23:59:50 +01:00
parent 590109b425
commit a28e1cb7a0
7 changed files with 40 additions and 26 deletions

View file

@ -52,7 +52,9 @@ zet view|v latest
os.Exit(0)
}
zets := zet.ParseZetList(ids)
zetList := zet.CreateZetList(ids)
zets := zetList.Parse()
selected, err := fzf.SelectWithFzf(zets)