question: how do I show more results?
vegerot opened this issue · 2 comments
vegerot commented
I know I can increase the number of results shown by setting the MCFLY_RESULTS
environment variable. However, I am okay with the default number of results but sometimes I want to increase the number.
For example, in fzf it shows ten results by default but if I want to see more I can scroll past the last result. In mcfly, I cannot scroll past the last result.
How do I tell mcfly I want to see more results for this specific invocation?
cantino commented
You could do export MCFLY_RESULTS=20 and then run mcfly.
…On Wed, May 22, 2024 at 10:08 AM Max Coplan ***@***.***> wrote:
I know I can increase the number of results shown by setting the
MCFLY_RESULTS environment variable. However, I am okay with the default
number of results but sometimes I want to increase the number.
For example, in fzf it shows ten results by default but if I want to see
more I can scroll past the last result. In mcfly, I cannot scroll past the
last result.
How do I tell mcfly I want to see more results for this specific
invocation?
—
Reply to this email directly, view it on GitHub
<#417>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAUO642B4RKBIFEVQPQ2DDZDTGJXAVCNFSM6AAAAABIEB2HOWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTCMBXGQ2TCNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
vegerot commented
Thank you! I think it would be helpful to increase the number of results while running mcfly. Maybe I'll contribute that this weekend 🙂