{% extends 'base.html' %} {% block title %}Welcome to GitCloak{% endblock %} {% block content %}
GitCloak is a simple web frontend that lets you browse public GitHub repositories and view their contents.
Unlike other GitHub interfaces, GitCloak does not use APIs or screen scraping, allows cloning repositories, needs no credentials and does not use any JavaScript.
To get started, simply replace github.com
in the URL - the
following paths are already available:
/<owner>/<repo>/
- View the root directory of the
repository
/<owner>/<repo>/tree/main/<path>
- View a
specific directory
/<owner>/<repo>/raw/main/<file_path>
- View
the raw content of a specific file
For example, to see the contents of the
PrivateCoffee/transfer.coffee
repository, simply visit
/PrivateCoffee/transfer.coffee/.
Other features are still in development, so stay tuned!