Metadata-Version: 2.4
Name: tmux-arrange
Version: 1.0.0
Summary: A TUI for managing tmux windows with vim-style navigation
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# tmux-arrange
A TUI for managing tmux windows - reorder, close, rename.

This code is AI-generated and unreviewed.

## Motivation
I have too many tmux windows and need a simple way to reorder and manage them without memorizing commands.

## Features

- **j/k** - Navigate up/down through windows
- **J/K** - Move selected window up/down (reorder)
- **d** - Delete/kill window
- **r** - Rename window
- **Enter** - Switch to selected window
- **q** - Quit

## Installation

```bash
pipx install tmux-arrange
```

## Usage
You can run `tmux-arrange` directly in a shell open in your tmux, or run this command to create a popup.

```bash
C-b : display-popup -E 'tmux-arrange'
```

If this is useful, you may well want to create a keybinding in your `~/.tmux.conf`:

```bash
bind-key z display-popup -E tmux-arrange
```

Then press `C-b z` to open the window manager.



## License

MIT
