|
1 |
| -# browsr |
2 |
| - |
3 |
| -<div align="center" href="https://github.com/juftin/browsr"> |
4 |
| - <a href="https://github.com/juftin/browsr"> |
5 |
| - <img src=https://raw.githubusercontent.com/juftin/browsr/main/docs/_static/browsr.png |
6 |
| - width="400" alt="browsr"> |
7 |
| - </a> |
| 1 | +<div align="center"> |
| 2 | + <a href="https://github.com/juftin/browsr"> |
| 3 | + <img src="https://raw.githubusercontent.com/juftin/browsr/main/docs/_static/browsr.png" width=400 alt="browsr" /> |
| 4 | + </a> |
8 | 5 | </div>
|
9 | 6 |
|
10 |
| -[](https://github.com/juftin/browsr) |
11 |
| -[](https://pypi.python.org/pypi/browsr/) |
12 |
| -[](https://github.com/juftin/browsr/actions/workflows/tests.yaml?query=branch%3Amain) |
13 |
| -[](https://github.com/juftin/browsr/blob/main/LICENSE) |
| 7 | +<p align="center"> |
| 8 | +a pleasant <strong>file explorer</strong> in your terminal |
| 9 | +</p> |
| 10 | + |
| 11 | +<p align="center"> |
| 12 | + <a href="https://github.com/juftin/browsr"><img src="https://img.shields.io/pypi/v/browsr?color=blue&label=%F0%9F%97%82%EF%B8%8F%20browsr" alt="PyPI"></a> |
| 13 | + <a href="https://pypi.python.org/pypi/browsr/"><img src="https://img.shields.io/pypi/pyversions/browsr" alt="PyPI - Python Version"></a> |
| 14 | + <a href="https://github.com/juftin/browsr/blob/main/LICENSE"><img src="https://img.shields.io/github/license/juftin/browsr?color=blue&label=License" alt="GitHub License"></a> |
| 15 | + <a href="https://juftin.github.io/browsr/"><img src="https://img.shields.io/static/v1?message=docs&color=526CFE&logo=Material+for+MkDocs&logoColor=FFFFFF&label=" alt="docs"></a> |
| 16 | + <a href="https://github.com/juftin/browsr/actions/workflows/tests.yaml?query=branch%3Amain"><img src="https://github.com/juftin/browsr/actions/workflows/tests.yaml/badge.svg?branch=main" alt="Testing Status"></a> |
| 17 | + <a href="https://github.com/pypa/hatch"><img src="https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg" alt="Hatch project"></a> |
| 18 | + <a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff"></a> |
| 19 | + <a href="https://github.com/pre-commit/pre-commit"><img src="https://img.shields.io/badge/pre--commit-enabled-lightgreen?logo=pre-commit" alt="pre-commit"></a> |
| 20 | + <a href="https://github.com/semantic-release/semantic-release"><img src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" alt="semantic-release"></a> |
| 21 | + <a href="https://gitmoji.dev"><img src="https://img.shields.io/badge/gitmoji-%20π%20π-FFDD67.svg" alt="Gitmoji"></a> |
| 22 | +</p> |
14 | 23 |
|
15 | 24 | **`browsr`** ποΈ is a pleasant **file explorer** in your terminal. It's a command line **TUI**
|
16 | 25 | (text-based user interface) application that empowers you to browse the contents of local
|
|
0 commit comments