MrPandir

Results 37 comments of MrPandir

> In the main branch the kitty protocol is enabled by default. I am trying to fix the remaining issues to enable it for next version. 🙏 Kitty protocol is...

> I see, thought it was use-kitty-protocol-keyboard from Rio. I tried to switch the config in nu but got this message: You may be using an old version of nushell....

It's working. Thank you very much. ❤️

There is a better alternative implementation described in https://github.com/yorukot/superfile/issues/306. I think this issue should be closed.

It's a good idea. But I would like to make some small comments: > `yy` to copy the current line/selection. > `pp` to paste the copied content (with a double-click...

> stat is unable to figure out if a file is binary file or not . @lazysegtree what do you mean by this? What information exactly are you missing that...

@lazysegtree `FileType` can be obtained from the `file` command: ```shell ❯ file /bin/ls /bin/ls: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e:Mach-O 64-bit executable arm64e] /bin/ls (for...

I can't understand, of course, in what case it would be useful to have all this information in the file manager that you have to scroll through to find the...

> can not input chinese > > Hey @dong8yong8 thanks for the issue, could you describe the issue? Are you inputing chinese characters and isn't showing? > > yes, chinese...

This is literally what I requested in issue #7214, so I'll just mention it so it can be referenced.