Gökçehan Kara

Results 152 comments of Gökçehan Kara

Why do you need a license for? Anyway, I guess public domain or cc could be appropriate for this. We may need to give exceptions for the logos though, I'm...

@kamui-7 This is not intended behavior. Can you try this without setting any icons? (e.g. `LF_ICONS= lf`) If it's working, can you try with a minimal example? (e.g. `LF_ICONS='di=:*.c=' lf`)....

@GenjiFujimoto I can produce similar glitches with tcell [hello world](https://github.com/gdamore/tcell/blob/master/_demos/hello_world.go) example with different locales so I suspect this is a tcell issue.

@jryom `previewer` only works for text files and binary file previews have been requested before in #322 but I don't think we have a dedicated issue for directory previews so...

@marekzidek Sorry for late reply and thank you for your interest in contributing. I don't think we have such a feature discussion before. It seems like there is already a...

@snprajwal We do actually load directories after delete in [here](https://github.com/gokcehan/lf/blob/4db1a63b75833679ef197ed1c2e64db69976913d/nav.go#L1262) which should also trigger a redraw but I think this happened to me as well. It would help if there...

@Monirzadeh I'm not sure I understood what you want exactly but I don't think it's possible the way terminals work. We simply read the key from termbox, and termbox I...

@Monirzadeh I think I understand your point, but I don't think it's possible. The extension you provided seems to be a browser extension and browsers can somehow have access to...

@wpcarro File types are sometimes not easy to determine. `lf` is not aware of file types. We could implement extension sorting for this purpose which should work in most cases....

@wpcarro Ahh ok. I don't know why I considered them as separate. I guess maybe we can add an option to make symlinks show up at the bottom. Extension sorting...