markus-bauer

Results 92 comments of markus-bauer

@remi6397: Oh no, I just realized we/I might have made a mistake. I'm sorry. I don't have time to think about this right now, but I still want to mention...

@gssfaw See the last sentence in my previous post. **This issue was left in a broken state.** The caching system was never finished and can't work as it is now.

The current line is executed after each tab-completion explicitly by calling on_line_change here: https://github.com/ranger/ranger/blob/7a5f820e760c7ce2f93e2a5f0e91677b46252ea9/ranger/gui/widgets/console.py#L574-L578 Is it even required/desired to do this? Interestingly, `hide` seems to be the one of the...

> we should make a distinction between executing as you type and tab-completing. That's kind of what I meant. The distinction would be: Call `on_line_change` when you type (`console.type_key`) ,...

@mikesbytes I just want to mention, that I also have started work on this. It only works with the kitty protocol and it draws thumbnails in the normal browserview. ![2022-05-09_17-09](https://user-images.githubusercontent.com/23356070/167462256-70db14e6-cdb0-49ee-a045-afd40add2122.png)...

Okay, here it is: https://github.com/markus-bauer/ranger/tree/experiment-thumbnails You can find more details and how to use it here: https://github.com/markus-bauer/ranger/blob/experiment-thumbnails/thumbnails.md If there are questions or something doesn't work at all, please post it...

Is this the same as https://github.com/ranger/ranger/issues/2508? This might be already fixed in the master branch.

Thanks for the response, although I don't understand this part: > Sounds to me as If whenever I went to folder with one file (entry) and typed the command travel,...

Flat is still broken and unusable. The problem was well explained in the original post. Here's how I understand it: ##### Problem ``` cwd/ ├── ... └── child/ ├── a/...