add screenshot/clip commands

This commit is contained in:
2025-06-30 21:20:34 +01:00
parent fd808decc3
commit e65de7ebec
4 changed files with 117 additions and 23 deletions

View File

@@ -13,6 +13,12 @@ const commands = {
},
record: {
desc: 'Manage recording'
},
clip: {
desc: 'Save a clip'
},
screenshot: {
desc: 'Take a screenshot'
}
}