Skip to content

Commit f132751

Browse files
committed
update: README.md
1 parent b7e2fea commit f132751

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
`rsworktree` is a Rust CLI for managing Git worktrees in a single repo-local directory (`.rsworktree`). It provides a focused, ergonomic workflow for creating, jumping into, listing, and removing worktrees without leaving the terminal.
44

5+
## Table of Contents
6+
7+
- [Commands](#commands)
8+
- [Installation](#installation)
9+
- [Environment](#environment)
10+
511
## Commands
612

713
- `rsworktree create <name> [--base <branch>]`
@@ -20,10 +26,6 @@
2026
- Remove the named worktree. Pass `--force` to mirror `git worktree remove --force` behavior.
2127
- Demo: ![Remove demo](tapes/gifs/rm.gif)
2228

23-
## Environment
24-
25-
Set `RSWORKTREE_SHELL` to override the shell used by `rsworktree cd` (falls back to `$SHELL` or `/bin/sh`).
26-
2729
## Installation
2830

2931
Install from crates.io with:
@@ -33,3 +35,7 @@ cargo install rsworktree
3335
```
3436

3537
After the binary is on your `PATH`, run `rsworktree --help` to explore the available commands.
38+
39+
## Environment
40+
41+
Set `RSWORKTREE_SHELL` to override the shell used by `rsworktree cd` (falls back to `$SHELL` or `/bin/sh`).

0 commit comments

Comments
 (0)