Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed Jul 11, 2022
1 parent f608343 commit 8c8f3e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# detox

- `detox`[^1] is a Python tool that can be used to rename directories/files with unsafe characters or spaces.
`detox` is a Python tool that can be used to rename directories/files with unsafe characters or spaces[^1].

[![Supported Python versions](https://img.shields.io/badge/Python-%3E=3.6-blue.svg?logo=python)](https://www.python.org/downloads/) [![PEP8](https://img.shields.io/badge/Code%20style-PEP%208-orange.svg?logo=python)](https://www.python.org/dev/peps/pep-0008/)
[![Poetry-build](https://github.com/Alyetama/detox/actions/workflows/poetry-build.yml/badge.svg)](https://github.com/Alyetama/detox/actions/workflows/poetry-build.yml)

## Requirements

Expand Down Expand Up @@ -76,4 +79,4 @@ detox -r -i 'foo foo'
# └── foo_bar-1.jpg
```

[^1]: The name is inspired by the tool [detox](https://linux.die.net/man/1/detox)
[^1]: The name `detox` is inspired by the tool [detox](https://linux.die.net/man/1/detox).

0 comments on commit 8c8f3e3

Please sign in to comment.