https://github.com/lnsp/fsexplorer
https://github.com/lnsp/fsexplorer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lnsp/fsexplorer
- Owner: lnsp
- License: mit
- Created: 2021-10-02T01:35:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T22:50:59.000Z (over 4 years ago)
- Last Synced: 2025-07-27T17:04:51.499Z (11 months ago)
- Language: Vue
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FSexplorer
Very quick-and-dirty sketch of filesystem explorer with web UI.
## Build instructions
```bash
# You need to have Node / YARN and Go install
git clone https://github.com/lnsp/fsexplorer.git
cd fsexplorer/client && yarn install && yarn run generate
cd .. && make
```
You should now have a `fsexplorer` binary in the top-level directory.
## Usage
```
fsexplorer [-static=false] [-address=localhost:9876] [-basedir=/]
```
To run `fsexplorer` for your current working directory, execute
```bash
fsexplorer -static -address=localhost:9876 -basedir=$(pwd)
```
## Navigation
It is highly recommended to use the keyboard to navigate the UI.
key | command
-|-
h | go back
j | move cursor down
k | move cursor up
l | enter directory / view file
esc | close file viewer
d | download file (when viewing file)