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
A modern replacement for the tree command that lets you explore directory structures with detailed information and advanced filtering possibilities. Explore all available parameters and advanced features in the [full documentation](docs/Show-PowerTree.md).
35
36
36
-
```powershell
37
-
# Basic usage - show tree of current directory
38
-
Show-PowerTree
39
-
# or use the alias
40
-
ptree
41
-
42
-
# Show tree with sizes, sorted by size (descending)
A modern replacement for the tree command that lets you explore directory structures and Windows Registry with detailed information and advanced filtering possibilities.
69
-
[More Information](docs/Show-PowerTree.md)
70
-
71
-
### Images
37
+
### Example Images
72
38
73
39
<details>
74
40
<summary>File system with sizes sorted by size descending</summary>
Shows Windows Registry keys and values in tree format. Displays both registry keys and their values, making it easy to see the structure of any registry hive or specific key.
Shows Windows Registry keys and values in tree format. Displays both registry keys and their values, making it easy to see the structure of any registry hive or specific key. Explore all available parameters and advanced features in the [full documentation](docs/Show-PowerTreeRegistry.md).
143
85
144
-
### Images
86
+
### Example Images
145
87
146
-
### Key Features
147
-
-**Registry Navigation**: Explore any registry hive or key with tree structure. Returns both the key and the value
148
-
-**Advanced Filtering**: Include/exclude patterns for keys and values
149
-
-**Output Options**: Console display or export to file
150
-
151
-
### Tree Statistics
152
-
PowerTree shows execution statistics after each run:
153
-
154
-
**Basic Statistics:**
155
-
- Keys and values processed
156
-
- Maximum depth traversed
157
-
- Execution time
158
-
159
-
This feature can be disabled through `Edit-PowerTreeConfig` by setting `ShowExecutionStats` to `false`.
-**JSON Configuration**: Fully configurable via JSON
167
-
-**Visual Customization**: Set visual custimizations not available through parameters. E.G. Tree line styles (├── vs |--), show/hide execution stats, human-readable sizes (10MB vs 10485760)
Opens the configuration file to change default settings. Set which directories to always exclude, default sorting, and tree display style. Explore all available parameters and advanced features in the [full documentation](docs/Edit-PowerTreeConfig.md).
169
112
170
113
## Common Use Cases
171
114
@@ -175,11 +118,11 @@ Opens the configuration file to change default settings. Set which directories t
0 commit comments