Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecdelatorre/mega-cmd-downloader-script
https://github.com/hecdelatorre/mega-cmd-downloader-script
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hecdelatorre/mega-cmd-downloader-script
- Owner: hecdelatorre
- License: gpl-3.0
- Created: 2024-03-08T18:37:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T17:28:34.000Z (10 months ago)
- Last Synced: 2024-03-12T18:43:46.991Z (10 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mega CMD Downloader - Script
The Mega CMD Downloader is a bash script designed to automate the downloading of files from Mega.nz using the mega-cmd program.
## Features
- Allows users to specify the download directory.
- Prompts users for the number of Mega.nz links to download.
- Validates user inputs for directory existence, positive integers, and valid links.
- Downloads files from Mega.nz based on provided links.
- Licensed under the GNU General Public License (GPL) version 3.## Usage
1. Ensure you have the `mega-cmd` program installed and configured with your Mega.nz credentials.
2. Clone or download the script to your local machine.
3. Make the script executable using `chmod +x mega-cmd-downloader.sh`.
4. Run the script using `./mega-cmd-downloader.sh`.
5. Follow the prompts to specify the download directory, number of links, and enter the links to download.## License
This project is licensed under the GNU General Public License (GPL) version 3. For more information, see the [LICENSE](LICENSE) file.