Update README.md

This commit is contained in:
Gabriel Augendre 2019-12-28 02:34:51 +01:00 committed by GitHub
parent 52eaea946e
commit 5734e36d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Cleantoots # Cleantoots
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FCrocmagnon%2Fcleantoots%2Fbadge&style=flat)](https://actions-badge.atrox.dev/Crocmagnon/cleantoots/goto) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FCrocmagnon%2Fcleantoots%2Fbadge&style=flat)](https://actions-badge.atrox.dev/Crocmagnon/cleantoots/goto)
The idea of cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets). Cleantoots helps you delete your old toots. Because not everything we say on social medias should stay there for eternity.
## Initial config ## Initial config
@ -70,6 +70,11 @@ cleantoots clean --delete # Delete without prompt.
## Tested environments ## Tested environments
Cleantoots test suite runs on Python 3.6, 3.7 and 3.8 Cleantoots test suite runs on Python 3.6, 3.7 and 3.8
on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it. See on latest versions of macOS, Windows and Ubuntu as GitHub Actions understands it.
(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". 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.
## Inspiration
The idea behind cleantoots is highly inspired by [magnusnissel/cleantweets](https://github.com/magnusnissel/cleantweets).