download-directory / download-directory.github.io

Web App: Download just a sub directory from a GitHub repo.

Home Page:https://download-directory.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `url` form field on page

fregante opened this issue · comments

Currently it's only available via url parameter, but getting it there should be easy:

  1. Append this to line 10 in the JS file
<form><input name="url" placeholder="URL to folder on GitHub.com"></form>
  1. Add CSS to make it smaller