Skip to content

Commit a8d47b9

Browse files
committed
docs: add badges to docsite README
1 parent c1d0638 commit a8d47b9

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

docs/index.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
1-
# tshu
2-
31
!!! WARNING
4-
Work in progress, the API might change.
2+
WIP. Until v1.0.0 is released, API is subject to drastic changes.
53

6-
```python
7-
from tshu import sh
8-
await sh(t"uv add tshu")
9-
```
4+
[![image](https://img.shields.io/pypi/v/tshu.svg)](https://pypi.python.org/pypi/tshu)
5+
[![image](https://img.shields.io/pypi/l/tshu.svg)](https://github.com/aspizu/tshu/blob/main/LICENSE)
6+
[![image](https://img.shields.io/pypi/pyversions/tshu.svg)](https://pypi.python.org/pypi/tshu)
7+
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.gg/MMfMkRuhAf)
108

119
Run safe and cross-platform bash commands using Python 3.14's t-strings
1210

1311
Uses [brush](https://github.com/reubeno/brush) for a cross-platform bash implementation.
1412

13+
```py
14+
from tshu import sh
15+
await sh(t"uv add tshu")
16+
```
17+
1518
## Installation
1619

1720
```shell

0 commit comments

Comments
 (0)