β this is just a beta v0.0.1, expect errors ; and some messing functionality
A minimal file explorer designed for front-end developers π , built with React and Electron
- v0.0.1 alpha download the executable for windows
file-browser is an Electron js application therefore it uses web technologies (JavaScript, HTML, and CSS ) like any other website,
first clone or download projects code to your local directory , then install dependencies
# Clone the repository
git clone https://github.com/Abachouch/file-browser.git
# Go into the repository
cd file-browser
# Install the dependencies
yarn
to start electron app
# first build the react app
yarn build
# then run electron
yarn start
to generate file-browser Setup 0.0.1.exe
(for now its windows only π)
yarn build
yarn dist
in the dist folder click on the executable π (enjoy)
- run scripts in package.json
- save folders as projects
- filter files by type
- pin Folders
- tag files
- copy svg code
- show text files
- open in external apps
- builtin audio player
- themes ( dark / light / blue )
- save files in moodboards
- get color palete from images
- create new a nodejs Project
- git integration
- resize image for web
- highlight code
- control the view of image preview
- build for linux
GNU/GPL Version 3