diff --git a/README.md b/README.md index 96226ec..dfe4597 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Cleantoots helps you delete your old toots. Because not everything we say on social medias should stay there for eternity. -Here's a link to [my blog post introducing cleantoots](https://gabnotes.org/cleantoots-clean-your-toot-history/). - -The authoritative source for this repo can be found here: https://git.augendre.info/gaugendre/cleantoots +Useful links: +* [my blog post introducing cleantoots](https://gabnotes.org/cleantoots-clean-your-toot-history/). +* The authoritative source for this repo: https://git.augendre.info/gaugendre/cleantoots +* The GitHub repository for CI/CD and visibility: https://github.com/Crocmagnon/cleantoots ## Install ### Using pip @@ -129,5 +130,10 @@ on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it See [the docs](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idruns-on) for more information on what "latest" means. +## Similar projects +* [ephemetoot](https://github.com/hughrun/ephemetoot): A similar python-based CLI program to delete your old toots. Has + the ability to archive deleted toots. + ## Inspiration The idea behind cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets). +