sayanarijit / xplr

A hackable, minimal, fast TUI file explorer
https://xplr.dev
MIT License
4.16k stars 74 forks source link

Save input history per mode #633

Open sayanarijit opened 1 year ago

sayanarijit commented 1 year ago

Use up/down arrow keys to navigate input history where applicable.

Any mode can have enable_input_history = true to enable input history.

Messages:

Narayanbhat166 commented 1 year ago

Hi @sayanarijit. I would like to work on this issue. Can you please provide more information on this?

sayanarijit commented 1 year ago

Hi, thanks for showing interest, however, I created this issue mainly to remind myself to brainstorm an implementation that would enable modal input history based operations in the input buffer (like bash/zsh). I don't yet know what will work and how, so can't provide an in-depth action plan as yet.

But if you'd like, you can browse through the codebase, understand how things work, and suggest ideas on how to tackle this. Feel free to ask for clarification.

sayanarijit commented 1 year ago

There's also this one a bit easier: https://github.com/sayanarijit/xplr/issues/643