File Uploader with dmenu and curl
Here is the github link for this project link.
This project provides a simple Bash script to upload files to the 0x0.st file-sharing service using dmenu for file selection and curl for uploading. The script is designed to be lightweight and efficient, allowing users to quickly upload files from their current directory.
Features
- Dynamic File Selection: Use dmenu to dynamically select a file from the current directory and its subdirectories.
- Effortless File Upload: Upload the selected file to 0x0.st with a single command.
- Lightweight: Minimal dependencies, leveraging curl and dmenu.
Prerequisites
Ensure you have the following installed on your system:
- curl
- dmenu
