Gökçehan Kara

Results 152 comments of Gökçehan Kara

@slakkenhuis Sorry for late reply. Do you think this is related to #694 somehow? I'm not sure how this could be implemented so a PR would be nice. However, most...

@alivefromupstairs Which commands are you referring to? Our word commands already respects `/` character except for `cmd-delete-unix-word` which uses unix words for boundaries.

@toonddd We check modification times of directories to trigger `load` when necessary. Some filesystems do not update these times properly for performance reasons. If so, there is nothing much we...

@toonddd Option `period` is used to periodically trigger `load` but `load` only checks for modification times. There is no option to trigger `reload` periodically as this would periodically show loading...

@toonddd Is there a specific place you can link in ranger's code for the mentioned implementation? Shell commands are ubiquitous in `lf` so it sounds quite wasteful to reload directories...

@toonddd Thanks for digging through the code. It seems that ranger uses a similar strategy to use modification times to detect changes. It might be the case that loading is...

@toonddd Alright then I'm marking this as a bug even though I can't reproduce this with `sshfs` on my setup. Lastly, can you confirm you have the latest version (i.e....

There are client and server log files in the temporary directory which is deleted on successful exit. You can either watch them from another terminal while the instance is started...

@nikinbaidarr We still lack a configuration mechanism to show `info` on specific panes (#296). If we add that at some point, we may also tie this to the same mechanism.

@lmburns As you are most probably aware, the parser simply takes the string between `{{` and `}}` as a single token. It's a simple approach that work well in most...