How to get technical names for all commands

```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.

8 Likes