davezuko / file-explorer

Home Page:https://davezuko-file-explorer.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Explorer

Try it here: https://davezuko-file-explorer.netlify.app

File Explorer

Get Started

Requirements:

  • node @ ^16.0.0
  • yarn ^1.10.1
# install dependencies
yarn install

# start dev server at http://localhost:3000
yarn start

# build to disk for production
yarn build

# serve the production build locally at http://localhost:3000
yarn serve

Usage

Start the web app (yarn start or yarn serve) and visit http://localhost:3000. An empty file explorer is launched by default. At the top of the file explorer is a toolbar with these buttons:

  • + File: Create a new file.
  • + Folder: Create a new folder (directory).
  • + 100: Insert 100 random items into the current directory.
  • + 10,000: Insert 10,000 random items into the current directory.
  • New Window: Open a new window rooted at the current directory.

Shortcuts

  • Toggle selected: ctrl + click (mac: meta + click)
  • Select range: shift + click
  • Select all: ctrl + a
  • Delete selection: Delete

Attributions

About

https://davezuko-file-explorer.netlify.app


Languages

Language:TypeScript 80.5%Language:CSS 9.1%Language:JavaScript 8.9%Language:HTML 1.5%