The root GenXdev module is the entry point to the platform. It provides the discovery cmdlets that let you explore the full suite — list every module, cmdlet, and alias in one view, or search for specific commands and open their source instantly.
| Command | Aliases | What it does |
|---|---|---|
| Show-GenXdevCmdlet | cmds |
Display all or find cmdlets on a part of their name or aliases |
| Get-GenXDevCmdlet | gcmds |
Retrieve and filter the full cmdlet list programmatically |
Show-GenXdevCmdlet (cmds) displays all GenXdev modules with their
cmdlets and aliases. Get-GenXDevCmdlet (gcmds) retrieves and filters
the full cmdlet list programmatically.
- GenXdev.AI — LLM settings, chat, MCP server
- GenXdev.FileSystem — File search, RoboCopy, atomic writes
- GenXdev.Webbrowser — Browser automation
- GenXdev.Windows — Window management and system control
- Docs/en-US/README.md — Full cmdlet reference