|
1 | | -# File manager written in TypeScript & React |
| 1 | +# Cross-platform File manager for Windows, Mac, Linux |
2 | 2 |
|
3 | 3 |  |
4 | 4 |
|
|
8 | 8 |
|
9 | 9 | - Split-view window |
10 | 10 | - Tabs support |
| 11 | +- Media File Preview |
11 | 12 | - Fully keyboard controlled |
12 | | -- Fully localized (French & English available) |
13 | | -- Dark Mode with automatic detection (macOS Mojave) |
| 13 | +- Fully localized |
| 14 | +- Dark Mode with automatic detection |
14 | 15 | - Open a terminal from any folder |
15 | 16 | - Plugin-based filesystem support |
16 | | -- WSL detection on Windows |
| 17 | +- WSL integration (Windows) |
17 | 18 |
|
18 | 19 | ## Feature tour |
19 | 20 |
|
| 21 | +### Trully Cross-platform |
| 22 | + |
| 23 | +React-Explorer is available on every major operating systems & architectures: |
| 24 | + |
| 25 | + - Windows x66, AARCH64 |
| 26 | + - Linux x64, AARCH64 |
| 27 | + - macOS x64, AARCH64 |
| 28 | + |
| 29 | +### Builtin media file preview |
| 30 | + |
| 31 | +Pressing the `space` bar when a file is selected will open the media preview. |
| 32 | +If the file format is supported, it will be displayed without needing any additional |
| 33 | +library: |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
20 | 38 | ### Dark theme automatic detection (macOS Mojave) |
21 | 39 |
|
22 | 40 | React-Explorer will automatically switch to dark-theme when it's detected: |
@@ -45,11 +63,11 @@ By right-clicking on a tab's icon you can quickly get access to the parents of t |
45 | 63 |
|
46 | 64 | React-Explorer will automatically detect and show the list of Linux distributions installed using WSL on Windows: |
47 | 65 |
|
48 | | - |
| 66 | + |
49 | 67 |
|
50 | 68 | ## Requirements |
51 | 69 |
|
52 | | -React-Explorer works on any modern Windows, Mac or Linux computer. |
| 70 | +React-Explorer works on any modern **Windows**, **Mac** or **Linux** **64bit** computer. |
53 | 71 |
|
54 | 72 | ## Building for local development |
55 | 73 |
|
@@ -147,7 +165,7 @@ As a starting point you may use the `FsGeneric` skeleton. |
147 | 165 |
|
148 | 166 | ## Acknowledgments |
149 | 167 |
|
150 | | -React-Explorer makes use of the following tools/components: |
| 168 | +React-Explorer makes use of the following libraries/components: |
151 | 169 |
|
152 | 170 | - [React](https://reactjs.org) |
153 | 171 | - [Electron](https://electron.s.org) |
|
0 commit comments