https://github.com/maxam2017/wren
A CLI tool that helps you switch between Git branches.
https://github.com/maxam2017/wren
Last synced: over 1 year ago
JSON representation
A CLI tool that helps you switch between Git branches.
- Host: GitHub
- URL: https://github.com/maxam2017/wren
- Owner: maxam2017
- Created: 2025-02-02T08:40:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-02T08:59:31.000Z (over 1 year ago)
- Last Synced: 2025-02-02T09:28:08.111Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ฆ Wren
A CLI tool that helps you switch between Git branches.
## โจ Features
- ๐ Shows recently visited branches first
- ๐ช Quick branch switching with an interactive menu
- ๐ Filter branches with a search bar
- ๐พ Save and restore your current session automatically when switching branches
## ๐ Getting Started
### Installation
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/maxam2017/wren/HEAD/install.sh)"
```
### Basic Usage
Simply run:
```bash
wren
```
This will open an interactive menu showing all your branches, with recently visited ones at the top.
## ๐ Commands
```bash
wren # Open interactive branch menu
wren - # Quick switch to last visited branch
wren upgrade # Update to latest version
wren uninstall # Remove Wren from your system
wren --help # Show help information
```
## ๐งค Demo
Branch Menu

Filter

## Acknowledgements
This project was developed using Cursor AI.