An open API service indexing awesome lists of open source software.

https://github.com/cappe987/filebrowser

A filebrowser made using node.js
https://github.com/cappe987/filebrowser

hacktoberfest

Last synced: 2 months ago
JSON representation

A filebrowser made using node.js

Awesome Lists containing this project

README

          

# File Browser
## About
A file browser made using Node.JS.

## How to use
Install node.js (Linux)
```
sudo apt update
sudo apt install nodejs
```
Clone and start the program
```
git clone https://github.com/cappe987/filebrowser.git
cd filebrowser
node server.js
```
The server is now accessible through the URL `localhost:3000`. The browser will now let you freely browse through your files, starting from the directory specified in the `rootdir` constant in server.js.

# To-do list
- [ ] File editing
- [X] Image support
- [ ] File download
- [ ] File upload
- [ ] Tree view
- [ ] Favorites folder
- [ ] Fuzzy searcher - Levenshtein Distance
- [ ] Colors and themes for frontend
- [ ] Color depending on filetype
- [ ] Docker
- [ ] Electron