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: README.md
+52-8Lines changed: 52 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,31 @@ One sidebar. Every task in your workspace.
4
4
5
5
TaskTree scans your project and surfaces all runnable tasks in a single tree view: shell scripts, npm scripts, Makefile targets, VS Code tasks, launch configurations, and Python scripts. Filter by text or tag, run in terminal or debugger.
6
6
7
+
## Features
8
+
9
+
-**Auto-discovery** - Shell scripts (`.sh`, `.bash`, `.zsh`), npm scripts, Makefile targets, VS Code tasks, launch configurations, and Python scripts
10
+
-**Quick Tasks** - Pin frequently-used tasks to a dedicated panel at the top
11
+
-**Tagging** - Auto-tag tasks by type, label, or exact ID using pattern rules in `.vscode/tasktree.json`
12
+
-**Filtering** - Filter the tree by text search or by tag
13
+
-**Run anywhere** - Execute in a new terminal, the current terminal, or launch with the debugger
14
+
-**Folder grouping** - Tasks grouped by directory with collapsible nested hierarchy
15
+
-**Parameterized tasks** - Prompt for arguments before execution
16
+
-**File watching** - Automatic refresh when scripts or config files change
0 commit comments