Skip to content

A minimal file explorer designed for front-end developers πŸŽ‰

License

Notifications You must be signed in to change notification settings

Abachouch/file-browser

Repository files navigation

⚠ this is just a beta v0.0.1, expect errors ; and some messing functionality

file-browser icon

File Browser

file-browser version alt ima alt ima

A minimal file explorer designed for front-end developers πŸŽ‰ , built with React and Electron

Downloads

  • v0.0.1 alpha download the executable for windows

technologies

file-browser is an Electron js application therefore it uses web technologies (JavaScript, HTML, and CSS ) like any other website,

react version electron version webpack version sass version nedb-promises version node-disk-info version electron-builder version @reduxjs/toolkit version

Usage

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)

Features :

  • 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 )

img

TODO

  • 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

Screenshots

img

img

img

License

GNU/GPL Version 3