commit 99b9b3affcc7e67fc9d38ae93a48193110cef0d7 from: Omar Polo date: Thu Feb 17 15:45:11 2022 UTC add the fzf example commit - e11a39937bed78e94871d9eb482d22da032d7cd1 commit + 99b9b3affcc7e67fc9d38ae93a48193110cef0d7 blob - 95060b02f2b4df5e57342eb6e889a9e5efa223ca blob + 1bc6bea748a7eacf94475aa4ff67c6324d282a07 --- amused.1 +++ amused.1 @@ -135,6 +135,12 @@ Remove duplicates: .Bd -literal -offset indent $ amused show | sort | uniq | amused load .Ed +.Pp +Select a song with +.Xr fzf 1 +.Bd -literal -offset indent +$ amused jump "$(amused show | fzf +s)" +.Ed .Sh AUTHORS .An -nosplit Then