Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.77k stars 236 forks source link

Look at my previous history? #453

Open rationalthinker1 opened 3 years ago

rationalthinker1 commented 3 years ago

Is your feature request related to a problem? Please describe. Is there a way in broot that I can visit my previous commands. Like in vim Say I searched for a file and pressed enter, and it opens with in vim. I edited the file and I closed it. After closing, I want to revisit that file again. Can I revisit that file without searching every time?

Describe the solution you'd like Basically, similar to vim, I press :, then I use up and down arrows to navigate my previous commands.

Canop commented 3 years ago

When closing vim, you're back to broot with its same state, search included.

Regarding a real history, with previous commands, there's nothing today.

I'll think about it, trying to imagine what this features could look like.

snieda commented 2 years ago

That feature would be a great enhancement for me, too.

ww7 commented 1 year ago

I join to this request.

Missing quick recall of previous command that can be binded to the key.

Also, preserving the history of last : commands can be nice (like in Bash/VIM with up/down browsing, and probably search Ctrl+r). Maybe it can be nicely to trigger it with ;, that starts command mode and paste last used command.