Metadata-Version: 2.4
Name: frogmouth-ng
Version: 0.9.2
Summary: A Markdown document viewer for the terminal
License-Expression: MIT
License-File: LICENSE
Author: Dave Pearson
Author-email: dave@textualize.io
Maintainer: Viriathus1
Maintainer-email: viriathus1_dev@proton.me
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: textual (==0.53.1)
Requires-Dist: typing-extensions (>=4.12.0,<5.0.0)
Requires-Dist: xdg-base-dirs (>=6.0.2,<7.0.0)
Project-URL: Homepage, https://github.com/Viriathus1/frogmouth-ng
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://user-images.githubusercontent.com/554369/234892488-856f9da7-7b82-4429-ac35-0d0545bf0d24.png"  width="300" align="center"/>
</p>

[![Discord](https://img.shields.io/discord/1026214085173461072)](https://discord.gg/Enf6Z3qhVr)

# Frogmouth

Frogmouth is a Markdown viewer / browser for your terminal, built with
[Textual](https://github.com/Textualize/textual).

Frogmouth can open `*.md` files locally or via a URL. There is a familiar browser-like navigation
stack, history, bookmarks, and table of contents.

> [!NOTE]
>
> This repository is a temporary, maintained fork of Frogmouth. Its purpose is to continue
> development and resolve issues that currently block usability. The fork exists independently for
> now but the intent is eventual upstreaming rather than fragmentation.

<details>
  <summary> 🎬 Demonstration </summary>
  <hr>

A quick video tour of Frogmouth.

https://user-images.githubusercontent.com/554369/235305502-2699a70e-c9a6-495e-990e-67606d84bbfa.mp4

(thanks [Screen Studio](https://www.screen.studio/))

</details>

## Screenshots

<table>

<tr>
<td>
<img width="100%" align="left" alt="Screenshot 2023-04-28 at 15 14 53" src="https://user-images.githubusercontent.com/554369/235172015-555565a0-3df0-4e5d-b621-23e84fec82a3.png">
</td>

<td>
<img width="100%" align="right" alt="Screenshot 2023-04-28 at 15 17 56" src="https://user-images.githubusercontent.com/554369/235172990-54460daf-baf4-4e02-aa22-9cec58d15315.png">
</td>
</tr>

<tr>

<td>
<img width="100%" alt="Screenshot 2023-04-28 at 15 18 36" src="https://user-images.githubusercontent.com/554369/235173115-012e35fa-d737-4794-a696-0d5cb0b68490.png">
</td>

<td>
<img width="100%" alt="Screenshot 2023-04-28 at 15 16 39" src="https://user-images.githubusercontent.com/554369/235173418-58c23583-3fb3-4ff1-a723-10fa607cdd48.png">
</td>

</tr>

</table>

## Compatibility

Frogmouth runs on Linux, macOS, and Windows. Frogmouth requires Python **3.10** or above.

## Installing

The easiest way to install Frogmouth is with [pipx](https://pypa.github.io/pipx/) (particularly if
you aren't a Python developer).

```
pipx install frogmouth-ns
```

You can also install Frogmouth with `pip`:

```
pip install frogmouth-ns
```

> [!IMPORTANT]
>
> This package installs the `frogmouth` command. If you have the original Frogmouth installed,
> uninstall it first.

> [!NOTE]
>
> Homebrew support is not currently provided. If there is sufficient demand, a Homebrew formula may
> be added in the future. For now, installation is supported via PyPI only.

<details>

<summary>Homebrew</summary>

On systems using Homebrew, you can tap into the Textualize tap and install Frogmouth with `brew`:

```
brew tap textualize/homebrew
brew install frogmouth
```

</details>

Whichever method you use, you should have a `frogmouth` command on your path.

## Running

Enter `frogmouth` at the prompt to run the app, optionally followed by a path to a Markdown file:

```
frogmouth README.md
```

You can navigate with the mouse or the keyboard. Use <kbd>tab</kbd> and
<kbd>shift</kbd>+<kbd>tab</kbd> to navigate between the various controls on screen.

## Features

You can load README files direct from GitHub repositories with the `gh` command. Use the following
syntax:

```
frogmouth gh textualize/textual
```

This also works with the address bar in the app. See the help (<kbd>F1</kbd>) in the app for
details.

## Follow this Project

If this app interests you, you may want to join the Textual
[Discord server](https://discord.gg/Enf6Z3qhVr).

