Skip to content

Commit 4853d93

Browse files
chore: add header comments [no ci]
1 parent 9e0b125 commit 4853d93

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

clipshot.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Screenshot the video and copy it to the clipboard
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
---@class ClipshotOptions
26
---@field name string
37
---@field type string

discord.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Discord rich presence
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
local utils = require 'mp.utils'
26
local msg = require 'mp.msg'
37

misc.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Miscellaneous utilities
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
---@type string
26
local TIME_FORMAT = '%H:%M'
37

open-dialog/kdialog.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Launch a dialog for opening files or URLs (KDialog)
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
local utils = require 'mp.utils'
26

37
local MULTIMEDIA = table.concat({

open-dialog/osascript.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Launch a dialog for opening files or URLs (OSAScript)
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
local utils = require 'mp.utils'
26

37
local MULTIMEDIA = utils.format_json({

open-dialog/powershell.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Launch a dialog for opening files or URLs (PowerShell)
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
local utils = require 'mp.utils'
26

37
local MULTIMEDIA = table.concat({

open-dialog/zenity.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---Launch a dialog for opening files or URLs (Zenity)
2+
---@author ObserverOfTime
3+
---@license 0BSD
4+
15
local utils = require 'mp.utils'
26

37
local MULTIMEDIA = table.concat({

0 commit comments

Comments
 (0)