Download github repo sub-folder

download github directory via one click, copy the single file's source code easily

اعتبارا من 23-09-2020. شاهد أحدث إصدار.

المؤلف
oe
التقييمات
0 0 0
الإصدار
0.2.1
تم إنشاؤه
23-09-2020
تم تحديثه
23-09-2020
Size
5.03 KB
الترخيص
لا يوجد
ينطبق على

It's a useful user script for Github users:

  1. allow you to donwload a sub-folder of a repo online without cloning the whole repository to your machine
  2. allow you to copy source code in repo's single file view

All its features are seamless integrated with Github, and works great with octotree.

Download Github screenshot

Usage

Configure the script manager

This script use script manager's Download feature to download single code file, and it must follow script manager's Secure restrictions, like Tampermonkey says:

for security reasons the file extension needs to be whitelisted at Tampermonkey's options page

The following steps showing you how to config that in Tampermonkey

You can added your custom file extension the whitelist by follow steps:

  1. open Tampermonkey extension settings page, in Chrome it's chrome-extension://dhdgffkkebhmkfjojejmpbldmpobfkfo/options.html#nav=settings
  2. change General -> Config mode to Advanced
  3. Scroll to Downloads BETA, add file extension Regexp to the Whitelisted File Extensions:, e.g.: regexp /\.(js|ts|jsx|tsx|json|java|go|cpp|c|swift|cmd|sh|md|markdown|rb)$/

or you can add /\..*$/ to the list to allow any file extensions at your own risk