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

https://github.com/singularity0x00/dexplore

Explore web indexes from terminal.
https://github.com/singularity0x00/dexplore

Last synced: 3 months ago
JSON representation

Explore web indexes from terminal.

Awesome Lists containing this project

README

          

Dexplore

Explore web hosted directories from terminal.




Dexplore is a script to scrape and stream media from "index of /" webpages.

DEMO

[dexplorebrowser.webm](https://github.com/HrideshG88/Dexplore/assets/37382537/c714e94e-5b07-4887-8280-f41ed5829e8a)

SETUP

1. Just run
```bash
git clone https://github.com/HrideshG88/Dexplore
cd Dexplore && chmod +x dexplore
cp dexplore ~/.local/bin

```
2. Install dependencies from your distros package manager.

3. Run
```bash
dexplore
```

DEPENDENCIES

- mpv (Video player)
- fzf (TUI)
- curl
- grep
- sed