{"id":17383301,"url":"https://github.com/jaybrown/mega-d-l","last_synced_at":"2025-04-15T09:40:35.286Z","repository":{"id":134387229,"uuid":"82553925","full_name":"JayBrown/MEGA-D-l","owner":"JayBrown","description":"macOS workflow and shell script to download files from public mega.nz shares using the megatools","archived":false,"fork":false,"pushed_at":"2017-02-21T14:40:42.000Z","size":16,"stargazers_count":13,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T18:51:58.264Z","etag":null,"topics":["cyberlocker","download","download-helper","download-manager","downloader","downloadhelper","downloadmanager","filehoster","filesharing","macos","mega","mega-co-nz","mega-nz","megatools","os-x","osx","service","shell-script","shellscript","workflow"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JayBrown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-20T12:11:41.000Z","updated_at":"2025-01-18T09:04:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b7714f3-7300-4d2f-b60f-2588ee03dd78","html_url":"https://github.com/JayBrown/MEGA-D-l","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBrown%2FMEGA-D-l","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBrown%2FMEGA-D-l/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBrown%2FMEGA-D-l/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JayBrown%2FMEGA-D-l/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JayBrown","download_url":"https://codeload.github.com/JayBrown/MEGA-D-l/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249045382,"owners_count":21203865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cyberlocker","download","download-helper","download-manager","downloader","downloadhelper","downloadmanager","filehoster","filesharing","macos","mega","mega-co-nz","mega-nz","megatools","os-x","osx","service","shell-script","shellscript","workflow"],"created_at":"2024-10-16T07:41:13.110Z","updated_at":"2025-04-15T09:40:35.259Z","avatar_url":"https://github.com/JayBrown.png","language":"Shell","readme":"![MEGAdl-platform-macos](https://img.shields.io/badge/platform-macOS-lightgrey.svg)\n![MEGAdl-code-shell](https://img.shields.io/badge/code-shell-yellow.svg)\n[![MEGAdl-depend-megatools](https://img.shields.io/badge/dependency-megatools%201.9.98-green.svg)](https://github.com/megous/megatools)\n[![MEGAdl-depend-tnote](https://img.shields.io/badge/dependency-terminal--notifier%201.7.1-green.svg)](https://github.com/alloy/terminal-notifier)\n[![MEGAdl-license](http://img.shields.io/badge/license-MIT+-blue.svg)](https://github.com/JayBrown/MEGA-D-l/blob/master/license.md)\n\n# MEGA D/l \u003cimg src=\"https://github.com/JayBrown/MEGA-D-l/blob/master/img/jb-img.png\" height=\"20px\"/\u003e\n**macOS workflow and shell script to download files from public mega.nz shares using the megatools**\n\nMinimum OS: **OS X 10.8**\n\n* click on a MEGA URL (or select a bunch of MEGA URLs), and select **Download from MEGA** from **Services** in the contextual menu\n* on first run, **MEGA D/l** will ask you to select the location of your MEGA download folder\n\nYou can reset your download folder choice by running the following command:\n\n`rm -rf $HOME/Library/Preferences/local.lcars.MEGAdl.plist`\n\nAfter that **MEGA D/l** will let you select a different MEGA download folder.\n\n## Installations\n### megatools [prerequisite]\nMore information: [megatools](https://github.com/megous/megatools)\n\n* install using [Homebrew](http://brew.sh) with `brew install megatools` (or with a similar manager)\n\n### Main installation\n* [Download the latest DMG](https://github.com/JayBrown/MEGA-D-l/releases) and open\n\n#### Workflow\n* Double-click on the workflow file to install\n* If you encounter problems, open it with Automator and save/install from there\n\n#### Main shell script [optional]\nOnly necessary if for some reason you want to run this from the shell or another shell script. For normal use the workflow will be sufficient.\n\n* Move the script `megadl.sh` to e.g. `/usr/local/bin`\n* In your shell enter `chmod +x /usr/local/bin/megadl.sh`\n* Run the script with `megadl.sh '\u003cURL\u003e'` (it has to be in your $PATH)\n\n### terminal-notifier [optional, recommended]\nMore information: [terminal-notifier](https://github.com/alloy/terminal-notifier)\n\nYou need to have Spotlight enabled for `mdfind` to locate the terminal-notifier.app on your volume; if you don't install terminal-notifier, or if you have deactivated Spotlight, the MEGA D/l scripts will call notifications via AppleScript instead\n\n* install using [Homebrew](http://brew.sh) with `brew install terminal-notifier` (or with a similar manager)\n* move or copy `terminal-notifier.app` from the Homebrew Cellar to a suitable location, e.g. to `/Applications`, `/Applications/Utilities`, or `$HOME/Applications`\n\n## Uninstall\nRemove the following files or folders:\n\n```\n/path/to/your/MEGADownloadFolder/MEGAdupes\n$HOME/Library/Caches/local.lcars.MEGAdl\n$HOME/Library/Preferences/local.lcars.MEGAdl.plist\n$HOME/Library/Services/Download\\ from\\ MEGA.workflow\n/usr/local/bin/megadl.sh\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaybrown%2Fmega-d-l","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaybrown%2Fmega-d-l","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaybrown%2Fmega-d-l/lists"}