list_directory
List directory contents in WSL2 Linux with optional details. Specify a path or use the current directory. Supports both basic and detailed views for efficient file management.
Instructions
List contents of a directory in WSL2 Linux environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
detailed | No | Show detailed information (ls -la) (optional, defaults to false) | |
path | No | Directory path to list (optional, defaults to current directory) | . |