Ivan Tham

Results 525 comments of Ivan Tham

> Is explore's list style + filter + back to parent directory with 'b' key similar to this? Yes, so this is more like it's always in insert mode. In...

Although not done yet but should be good for review now given that most of the functionality is in place, the only big thing left is file metadata.

https://github.com/ogham/exa/issues/851 seemed like it would be good if exa could have exported some stuff as library rather than copy pasting code from exa. Not sure what @ariasuni think, just sharing...

> Not sure how old the screenshot is, but I can see the ks at the end of each line in the picker being highlighted, presumably because they match the...

> The only thing I'd say this was missing after playing with the explorer in the other pr is instead of 'no files found' when hovering a directory, it should...

With directory, but now the code seemed even worse, I think a cleanup is definitely needed. ![Screenshot_20220619_234148](https://user-images.githubusercontent.com/4687791/174489226-ec029540-edbd-4f0f-9d8a-24ce5bd0a894.png) I am thinking of adding two lines to the top to align the...

> If the file doesn't exist, you could have the default selected suggestion be a prompt to create the file, something like: Nice idea, or maybe we can put that...

@adsick Thanks, looks like that was due to broken link on my machine, I fixed that. Rebased the PR but looks like @sudormrfbin changes to remove `format_fn` from `FilePicker` removed...

Yes, but lately I haven't have time to work on this yet. I will probably do `ctrl-r %` first as an easier temporary access to current directory.

We definitely could take some user experience from vscode, last time I used it setting this part they have some sort of presets, we could do that with what you...