warpdesign / react-explorer

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

FileView: Add quick select file select #426

Closed warpdesign closed 4 months ago

warpdesign commented 4 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.