warpdesign / react-explorer

File manager written in TypeScript, React, Blueprint and packaged with Electron
MIT License
245 stars 35 forks source link

FileView: Add quick select file select #426

Closed warpdesign closed 6 months ago

warpdesign commented 6 months ago

This PR adds the ability to quickly select a file by typing the first letters:

I also stumbled upon a bug that I fixed: meta + i to invert the selection worked even if the FileView was not active.