Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
/ desktopbrowser Public archive

Web based file explorer, runs locally on your browser, designed for media desktops.

License

Notifications You must be signed in to change notification settings

danelkhen/desktopbrowser

Repository files navigation

DesktopBrowser

Web based file explorer, runs locally on your browser, designed for media desktops.

A new version is available at:

Installation

Install Node.js

git clone https://github.com/danelkhen/desktopbrowser.git
cd desktopbrowser
cd client
npm install
npm run build
cd ..
cd server
npm install
npx tsc
cd ..

Run

node server

browse to http://localhost:7777/

Features

Quick find Sorting by any column(s) Folder size calculation Next / previous sibling folder navigation Browser navigation and bookmarks Columns: Name, Last Modified, Size, Extension File/Folder operations: Delete

Roadmap

UI and graphics File/Folder operations (cut, copy, paste) Custom operations - play all, unzip

About

Web based file explorer, runs locally on your browser, designed for media desktops.

Resources

License

Stars

Watchers

Forks

Packages

No packages published