https://github.com/StrayVibes/eFire
This program scans a specified directory, generates a YAML representation of its structure, and saves it in a file. It then uploads the YAML file to Pastebin for easy sharing. The program features animated banners, loading bars, and custom console icons (Windows only). It supports UTF-8 output and provides an interactive, user-friendly experience.
https://github.com/StrayVibes/eFire
files path root route traceroute
Last synced: 5 months ago
JSON representation
This program scans a specified directory, generates a YAML representation of its structure, and saves it in a file. It then uploads the YAML file to Pastebin for easy sharing. The program features animated banners, loading bars, and custom console icons (Windows only). It supports UTF-8 output and provides an interactive, user-friendly experience.
- Host: GitHub
- URL: https://github.com/StrayVibes/eFire
- Owner: UnStackss
- License: mit
- Created: 2024-11-10T19:38:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T20:27:14.000Z (about 1 year ago)
- Last Synced: 2024-11-10T20:34:06.720Z (about 1 year ago)
- Topics: files, path, root, route, traceroute
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔥 eFire - Directory Scanner in Inferno Mode 🔥
[](https://github.com/UnStackss/eFire/releases)
[](https://github.com/UnStackss/eFire/forks)
[](https://github.com/UnStackss/eFire/stargazers)
[](https://github.com/UnStackss/eFire/issues)
[](https://github.com/UnStackss/eFire/pulls)
## 🚀 [Download eFire Now](https://github.com/UnStackss/eFire/releases/download/latest/eFire.exe)
> Direct download link for the latest release of eFire.

## Overview
**eFire** is a powerful and interactive program that scans a specified directory, generates a structured YAML representation of its content, and uploads it to **Pastebin** for easy sharing. The program features:
- Animated loading bars 🔥
- Custom console icons (Windows only) 💻
- UTF-8 output support 📝
- User-friendly, interactive design 💀
- Option to skip Pastebin API key entry 🚫
## Features
- **Directory Scan**: Explore directories and visualize their structure.
- **YAML Export**: Save the directory structure in a readable YAML format.
- **Pastebin Upload**: Automatically upload the YAML file to Pastebin.
- **Console Animations**: Watch as progress bars and banners bring the console to life.
## Installation
You can either **download the program** directly from the **[Releases page](https://github.com/UnStackss/eFire/releases)**, or follow these steps to compile and run it locally.
### Option 1: Download from Releases
1. Go to the [Releases page](https://github.com/UnStackss/eFire/releases).
2. Download the latest release of the program for your operating system.
3. Extract and run the program.
### Option 2: Compile Locally
1. Clone or download the repository to your local machine.
2. Make sure to have a **Pastebin API key** for uploading files (optional).
3. Compile and run the program.
### Prerequisites
- C++ compiler with C++17 support [Download G++](https://visualstudio.microsoft.com/vs/features/cplusplus/)
- Windows operating system (for console icon feature)
- **Pastebin API key** (optional for Pastebin upload)
```bash
git clone https://github.com/UnStackss/eFire.git
cd eFire
# Compile the program with your C++ compiler
g++ -o eFire eFire.cpp -lwininet