cantino / mcfly

Fly through your shell history. Great Scott!
MIT License
6.75k stars 176 forks source link

question: how do I show more results? #417

Open vegerot opened 1 month ago

vegerot commented 1 month ago

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 1 month ago

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 https://github.com/cantino/mcfly/issues/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 1 month ago

Thank you! I think it would be helpful to increase the number of results while running mcfly. Maybe I'll contribute that this weekend 🙂