From a9ebe992c902127657518933f1e65ccd9fc3f0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Sat, 30 Oct 2021 20:35:04 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1345767..5dd9506 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ My gists :) + +I ported them from gist.github.com so that I could easily mirror them in my private gitea instance. +I used two scripts to help me: + +* Clone all my public gists as subtrees, so that their history could be merged into this repository's +* Rename the gists based on either the gist description or file name (for gists with a single file) + +After that, the result was pretty much usable, and I only needed to merge/remove some of the repositories. + + +To use the script you will need pygithub: + +``` +pip install pygithub +```