Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# github

[![sync](https://github.com/katoptra/github/actions/workflows/sync.yml/badge.svg)](https://github.com/katoptra/github/actions/workflows/sync.yml)
[![license](https://img.shields.io/github/license/katoptra/github)](LICENSE)
<p align="center">
<a href="https://github.com/katoptra">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://katoptra.org/brand/katoptra-mark-dark-224.png">
<img src="https://katoptra.org/brand/katoptra-mark-224.png" alt="Katoptra" width="112">
</picture>
</a>
</p>

<h1 align="center">github</h1>

<p align="center">A nightly mirror of GitHub repositories into Proton Drive, one bundle each.</p>

<p align="center">
<a href="https://github.com/katoptra/github/actions/workflows/sync.yml"><img src="https://github.com/katoptra/github/actions/workflows/sync.yml/badge.svg" alt="sync"></a>
<a href="LICENSE"><img src="https://img.shields.io/github/license/katoptra/github" alt="license"></a>
</p>

A nightly mirror of every repository under the GitHub owners it names into one Proton
Drive folder. Each repository becomes one git bundle, `<owner>/<name>.bundle`: a mirror
Expand Down
Loading