You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/blog/introducing-commandtree.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
layout: layouts/blog.njk
3
-
title: Introducing CommandTree
3
+
title: Introducing CommandTree - Auto-Discover Every Command in VS Code
4
+
description: Meet CommandTree — the free VS Code extension that discovers every runnable command in your workspace and puts them in one beautiful tree view.
4
5
date: 2026-02-07
5
6
author: Christian Findlay
6
7
tags: posts
7
8
excerpt: Meet CommandTree - the VS Code extension that discovers every runnable command in your workspace and puts them in one beautiful tree view.
8
9
---
9
10
10
-
# Introducing CommandTree
11
-
12
11
Every project accumulates scripts. Shell scripts in `scripts/`, npm scripts in `package.json`, Makefile targets, VS Code tasks, launch configurations, Python scripts. They scatter across your project like leaves in autumn.
13
12
14
13
**CommandTree gathers them all into one place.**
@@ -34,15 +33,15 @@ Click the play button. Done.
34
33
35
34
## AI-Powered Summaries
36
35
37
-
With [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) installed, CommandTree goes a step further: it describes each command in plain language. Hover over any command and the tooltip tells you exactly what it does. Scripts that perform dangerous operations are flagged with a security warning so you know before you run.
36
+
With [GitHub Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot) installed, CommandTree goes a step further: it describes each command in plain language. Hover over any command and the tooltip tells you exactly what it does. Scripts that perform dangerous operations are flagged with a security warning so you know before you run. Learn more in the [AI Summaries documentation](/docs/ai-summaries/).
38
37
39
38
## Quick Launch
40
39
41
-
Pin your favorites. Click the star icon on any command and it appears in the Quick Launch panel at the top. Your most-used commands are always one click away.
40
+
Pin your favorites. Click the star icon on any command and it appears in the [Quick Launch](/docs/configuration/#quick-launch) panel at the top. Your most-used commands are always one click away.
42
41
43
42
## Tags and Filters
44
43
45
-
Group related commands with tags. Filter the tree by text or tag. Find exactly what you need, instantly.
44
+
Group related commands with tags. Filter the tree by text or tag. Find exactly what you need, instantly. See [Configuration](/docs/configuration/#filtering) for all filtering options.
0 commit comments