Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,7 @@ For safety, unregistered directories inside the main worktree are refused.
worktree-remove <target...>
```

Example:

```bash
# remove a single worktree
worktree-remove feature/login-form

# remove multiple worktrees at once
worktree-remove feature/login-form feature/signup
```
The targeting modes above map onto concrete invocations; see [Examples](#examples) for the full command list.

Detached HEAD example:

Expand All @@ -94,13 +86,6 @@ Sibling directory name example:
worktree-remove my-app-test-29
```

Current worktree example:

```bash
# remove the worktree you are currently in (no need to know its name)
worktree-remove . --yes
```

## Options

- `-i, --interactive` interactively select worktrees to remove (multi-select)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^25.9.2",
"@types/node": "^25.9.3",
"@typescript/native-preview": "beta",
"@vitest/coverage-v8": "^4.1.8",
"fta-check": "^1.5.3",
"fta-check": "^1.5.4",
"fta-cli": "^3.0.0",
"knip": "^6.16.1",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"oxlint-config-j4k": "2.7.2",
"oxlint-config-j4k": "2.7.4",
"oxlint-tsgolint": "^0.23.0",
"semantic-release": "^25.0.3",
"semantic-release": "^25.0.5",
"vitest": "^4.1.8"
},
"engines": {
Expand Down
Loading