Skip to content

Commit 9972d9d

Browse files
committed
πŸ“ docs
1 parent b62907c commit 9972d9d

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

β€ŽREADME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66

77
<p align="center">
8-
a pleasant <strong>file explorer</strong> in your terminal
8+
a pleasant <strong>file explorer</strong> in your terminal supporting <strong>all filesystems</strong>
99
</p>
1010

1111
<p align="center">

β€Ždocs/index.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
# browsr
2-
31
<div align="center">
4-
<picture>
5-
<img src=_static/browsr.png
6-
width="400" alt="browsr">
7-
</picture>
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>
85
</div>
96

10-
[![browsr Version](https://img.shields.io/pypi/v/browsr?color=blue&label=browsr)](https://github.com/juftin/browsr)
11-
[![PyPI](https://img.shields.io/pypi/pyversions/browsr)](https://pypi.python.org/pypi/browsr/)
12-
[![Testing Status](https://github.com/juftin/browsr/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/juftin/browsr/actions/workflows/tests.yaml?query=branch%3Amain)
13-
[![GitHub License](https://img.shields.io/github/license/juftin/browsr?color=blue&label=License)](https://github.com/juftin/browsr/blob/main/LICENSE)
7+
<p align="center">
8+
a pleasant <strong>file explorer</strong> in your terminal supporting <strong>all filesystems</strong>
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>
1423

1524
**`browsr`** πŸ—‚οΈ is a pleasant **file explorer** in your terminal. It's a command line **TUI**
1625
(text-based user interface) application that empowers you to browse the contents of local

β€Žmkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
site_name: browsr
44
nav:
5-
- index.md
5+
- browsr πŸ—‚οΈ: index.md
66
- Command Line Interface ⌨️: cli.md
77
- Contributing 🀝: contributing.md
88
- API Documentation πŸ€–: reference/

0 commit comments

Comments
Β (0)