```dataviewjs
dv.list(Object.keys(app.commands.commands))
```
Requires Dataview to display this way, but you could type app.commands.commands
in the console if you don’t have Dataview.
```dataviewjs
dv.list(Object.keys(app.commands.commands))
```
Requires Dataview to display this way, but you could type app.commands.commands
in the console if you don’t have Dataview.