{"id":32591383,"url":"https://github.com/warpdesign/react-explorer","last_synced_at":"2025-10-30T01:58:35.118Z","repository":{"id":37451070,"uuid":"153190636","full_name":"warpdesign/react-explorer","owner":"warpdesign","description":"Cross-platform file manager written in TypeScript","archived":false,"fork":false,"pushed_at":"2025-07-07T12:07:10.000Z","size":10464,"stargazers_count":270,"open_issues_count":43,"forks_count":36,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T13:25:47.162Z","etag":null,"topics":["blueprint","electron","filemanager","linux","macos","mobx","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warpdesign.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-10-15T22:40:43.000Z","updated_at":"2025-06-22T16:49:02.000Z","dependencies_parsed_at":"2025-07-07T13:22:09.354Z","dependency_job_id":"1efa47a5-925c-4c41-baec-5fcdece22e9f","html_url":"https://github.com/warpdesign/react-explorer","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/warpdesign/react-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warpdesign%2Freact-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warpdesign%2Freact-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warpdesign%2Freact-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warpdesign%2Freact-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warpdesign","download_url":"https://codeload.github.com/warpdesign/react-explorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warpdesign%2Freact-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281731422,"owners_count":26551804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blueprint","electron","filemanager","linux","macos","mobx","react","typescript"],"created_at":"2025-10-30T01:58:30.132Z","updated_at":"2025-10-30T01:58:35.113Z","avatar_url":"https://github.com/warpdesign.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cross-platform File manager for Windows, Mac, Linux\n\n![master Tests](https://github.com/warpdesign/react-explorer/actions/workflows/github-actions-tests.yml/badge.svg?branch=master)\n\n![React-Explorer](./img/react-explorer-theme.png)\n\n## Features\n\n- Split-view window\n- Tabs support\n- Media File Preview\n- Fully keyboard controlled\n- Fully localized\n- Dark Mode with automatic detection\n- Open a terminal from any folder\n- Plugin-based filesystem support\n- WSL integration (Windows)\n\n## Feature tour\n\n### Trully Cross-platform\n\nReact-Explorer is available on every major operating systems \u0026 architectures:\n\n - Windows x64, AARCH64\n - Linux x64, AARCH64\n - macOS x64, AARCH64\n\n### Builtin media file preview\n\nPressing the `space` bar when a file is selected will open the media preview.\nIf the file format is supported, it will be displayed without needing any additional\nlibrary:\n\n![media-preview](./img/media-preview.gif)\n\n\n### Dark theme automatic detection (macOS Mojave)\n\nReact-Explorer will automatically switch to dark-theme when it's detected:\n\n![dark-theme](./img/feature-darktheme.gif)\n\n### Create and read folder\n\nBy pressing `ctrl` (Linux/Win) or `cmd` the folder you create will be automatically read:\n\n![create-read-folder](./img/feature-read-folder.gif)\n\n### Create nested folders\n\nYou can create several folders at once by separating them with a forward-slash:\n\n![nested-folders](./img/feature-nested-folders.gif)\n\n### Quick access to parent folders\n\nBy right-clicking on a tab's icon you can quickly get access to the parents of the currend folder:\n\n![parent-folders](./img/feature-rightclick-icon.gif)\n\n### WSL support\n\nReact-Explorer will automatically detect and show the list of Linux distributions installed using WSL on Windows:\n\n![wsl-support](./img/feature-wsl.jpg)\n\n## Requirements\n\nReact-Explorer works on any modern **Windows**, **Mac** or **Linux** **64bit** computer.\n\n## Building for local development\n\nIn order to build React-Explorer you need to have installed `nodejs`.\n\nOnce installed, building React-Explorer is as easy as typing:\n\n```shell\nnpm install \u0026\u0026 npm run build\n```\n\nThis will build a development package.\n\nIn order to run in locally without having to create a native executable, you can then type:\n\n```shell\nnpx electron ./build/main.js\n```\n\n## Building binary packages\n\nIn order to build binary packages, simply type the following:\n\n```shell\nnpm run dist\n```\n\nThis will build packaged binaries of React Explorer into the `dist` folder for every supported platform.\n\nReact-Explorer can also be built for a single patform. For example, to build only the Windows binaries, type:\n\n```shell\nnpm run dist-win\n```\n\n## Localization\n\nReact-Explorer is fully localized using `.json` files. Right now, English and French are available.\n\nAdding a new language to React-Explorer is easy: simply duplicate one of the file found in [src/locale/lang](https://github.com/warpdesign/react-explorer/tree/master/src/locale/lang) directory.\n\nThe new file should have the name `code.json` where code is a valid language code, for example: `ja.json` to add support for Japanese.\n\n## Tests\n\n### Unit testing\n\nReact-Explorer has both unit tests (using Jest) and end to end tests (using Cypress).\n\nTo run unit tests simply type:\n\n```shell\nnpm test\n```\n\nThis will start Jest and run every spec files found in src. Every test file can be found next to the component it is testing.\n\n### End to End testing\n\nEnd to end tests are using Cypress and are in the separate `e2e` directory. You must install \u0026 configure Cypress before running E2E tests. This needs to be done one once using the following commands:\n\n```shell\ncd e2e \u0026\u0026 npm install \u0026\u0026 cd ..\n```\n\nThe first time you run the tests, you also need to install cypress dependencies:\n\n```shell\nnpm install\n```\n\nSince end to end tests need to run Electron-Explorer outside of Electron, a special build needs to be created that stubs some Electron APIs. To create this build, simply type:\n\n```shell\nnpm run build\n```\n\nThis will create a new Electron-Explorer in the `build-e2e` directory.\n\nYou may also type `npm run watch` if you want to rebuild automatically the e2e build after a change has been detected inside the sources.\n\nFor React-Explorer to run without Electron, a local webserver needs to be started before running the tests:\n\n```shell\nnpm run server\n```\n\nNow, simply type: `npm run cypress:run` or `npm run cypress:open`.\n\n## How to develop a new Plugin\n\nReact-Explorer has been written so that it can easily be extended using plugins.\n\nAs a starting point you may use the `FsGeneric` skeleton.\n\n## Acknowledgments\n\nReact-Explorer makes use of the following libraries/components:\n\n- [React](https://reactjs.org)\n- [Electron](https://electron.s.org)\n- [TypeScript](https://typescriptlang.org)\n- [MobX](https://mobx.js.org)\n- [Blueprintjs](https://blueprintjs.com)\n- [i18next](https://i18next.com) \u0026 [react-i18n](https://github.com/i18next/react-i18next)\n\n## Licence\n\nReact-Explorer is licenced under the MIT licence.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarpdesign%2Freact-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarpdesign%2Freact-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarpdesign%2Freact-explorer/lists"}