Skip to content

Commit

Permalink
chore: add header comments [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Dec 18, 2023
1 parent 9e0b125 commit 4853d93
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clipshot.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Screenshot the video and copy it to the clipboard
---@author ObserverOfTime
---@license 0BSD

---@class ClipshotOptions
---@field name string
---@field type string
Expand Down
4 changes: 4 additions & 0 deletions discord.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Discord rich presence
---@author ObserverOfTime
---@license 0BSD

local utils = require 'mp.utils'
local msg = require 'mp.msg'

Expand Down
4 changes: 4 additions & 0 deletions misc.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Miscellaneous utilities
---@author ObserverOfTime
---@license 0BSD

---@type string
local TIME_FORMAT = '%H:%M'

Expand Down
4 changes: 4 additions & 0 deletions open-dialog/kdialog.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Launch a dialog for opening files or URLs (KDialog)
---@author ObserverOfTime
---@license 0BSD

local utils = require 'mp.utils'

local MULTIMEDIA = table.concat({
Expand Down
4 changes: 4 additions & 0 deletions open-dialog/osascript.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Launch a dialog for opening files or URLs (OSAScript)
---@author ObserverOfTime
---@license 0BSD

local utils = require 'mp.utils'

local MULTIMEDIA = utils.format_json({
Expand Down
4 changes: 4 additions & 0 deletions open-dialog/powershell.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Launch a dialog for opening files or URLs (PowerShell)
---@author ObserverOfTime
---@license 0BSD

local utils = require 'mp.utils'

local MULTIMEDIA = table.concat({
Expand Down
4 changes: 4 additions & 0 deletions open-dialog/zenity.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---Launch a dialog for opening files or URLs (Zenity)
---@author ObserverOfTime
---@license 0BSD

local utils = require 'mp.utils'

local MULTIMEDIA = table.concat({
Expand Down

0 comments on commit 4853d93

Please sign in to comment.