Metadata-Version: 2.3
Name: pad-app
Version: 0.3.2
Summary: A terminal code editor for those of us who aren't into vim.
Author: Daniel Roy Greenfeld
Author-email: Daniel Roy Greenfeld <daniel@feldroy.com>
Requires-Dist: httpx>=0.28.0
Requires-Dist: textual[syntax]>=3.0.0
Requires-Dist: typer>=0.21.0
Requires-Dist: vexy-glob>=1.0.9
Requires-Python: >=3.14
Description-Content-Type: text/markdown

<p align="center">
<img src="https://feldroy.com/static/pad-logo.png" alt="Pad Logo" width="300"/>
</p>

Pad is an easy to use terminal code editor for those of us who aren't into vim.

## Features

- Runs in the terminal, works great with ghostty
- Responsive, resize the window and it still looks good
- Text editor with code highlighting for the current open file
- If not pointed at a file, opens the current directory, default open file is any README.md that may exist
- Autoclosing of parenthesis, curly braces, brackets, and quotes
- VS Code inspired keyboard shortcuts for fast navigation and editing:
    - `ctrl+c:` copy text
    - `ctrl+v:` paste text
    - `ctrl+z:` undo
    - `ctrl+s:` save current file
    - `ctrl+f:` search in current file
    - `ctrl+g:` go to line
    - `ctrl+b:` file browser
    - `ctrl+o:` file search
    - `ctrl+shift+f`: Fast file content search
    - `ctrl+q:` quit Pad
    - `alt+up arrow:` Page up
    - `alt+down arrow:` Page down

## Install

```sh
uv tool pad-app
```

Currently Pad is untested with any other installation method. If it works for your installation method, let me know and I'll add it to this section.

## Usage

Once installed, point it at a file: 

```sh
pad myproject/README.md
```

Or a directory:

```sh
pad myproject/
```

## How licensing works

You get 7 days to try Pad for free. After that, you'll need to purchase a subscription to continue using it.

A subscription includes 10 device activations. This accounts for spare devices, operating system resets, and even sharing with a few friends so they can try out Pad. If you run out of activations for your individual needs, let us know and we'll figure something out.

If you want to purchase Pad for a team, contact us, and we'll set you up with a custom plan.

What are you waiting for? [Get your subscription and start using Pad today!](https://buy.polar.sh/polar_cl_zPEN10mmA7131ibshWggYglOBYZnnkGzBnQEy4I2EjS)