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.
- Host: GitHub
- URL: https://github.com/singularity0x00/dexplore
- Owner: Singularity0x00
- License: gpl-3.0
- Created: 2023-07-20T07:32:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T23:00:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T17:25:08.158Z (over 1 year ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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