Skip to content
/ Filebox Public

✨ [WIP] a simple, beautiful and delightful web-based file explorer

License

Notifications You must be signed in to change notification settings

Mersho/Filebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot_light screenshot

Project overview

FileBox is a cross-platform web-based file explorer

Features

  • Monitor current directory for real-time changes
  • Show/hide hidden files (any file or folder that starts with a dot character)
  • Upload, download, remove, create capabilities
  • Right-click and context menu
  • Other ways of viewing files (such as list view)
  • SortBy
  • GroupBy
  • Remote download
  • File sharing

Development

  • Clone the repository:
git clone https://github.com/Mersho/FileBox.git
  • Navigate to the project directory:
cd FileBox
  • Install frontend dependencies:
cd FileBox
npm install
  • Build the frontend:
npm run build
  • Install Go dependencies:
cd ..
go mod tidy
  • Run:
go run main.go
  • Build:
go build

About

✨ [WIP] a simple, beautiful and delightful web-based file explorer

Resources

License

Stars

Watchers

Forks

Packages

No packages published