Skip to content

Commit

Permalink
add 🔥 tons of aliases 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 16, 2025
1 parent c6118d8 commit 0b36271
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions redirector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,34 @@ foreach ($filepath in $mdFiles.FullName) {
}

$table = @{
sm = "video/smoothie"
obsvkcapture = "video/obs/linux/obs-vkcapture"
vkcapture = "video/obs/linux/obs-vkcapture"
wt = 'software/windows-terminal'
windowsterminal = 'software/windows-terminal'
sm = "video/smoothie"
obsvkcapture = "video/obs/linux/obs-vkcapture"
vkcapture = "video/obs/linux/obs-vkcapture"
wt = 'software/windows-terminal'
windowsterminal = 'software/windows-terminal'
renders = 'video/voukoder'
v = 'video'
whichcodec = 'video/codecguide'
st = 'video/sendto'
upscaling = 'video/ffmpeg/upscaling'
llc = "video/cutters/losslesscut"
'lossless-cut' = "video/cutters/losslesscut"
whysm = "video/smoothie/usecases"
whysmoothie = "video/smoothie/usecases"
svb = "video/smoothievsblur"
'smoothie-rs' = "video/smoothie"
'smoothiers' = "video/smoothie"
'obs-studio' = "video/obs"
'obsstudio' = "video/obs"
'aftereffects' = "video/voukoder/after-effects"
'ae' = "video/voukoder/after-effects"
'premiere-pro' = "video/voukoder/premiere"
'vegas-pro' = "video/voukoder/vegas"
'premierepro' = "video/voukoder/premiere"
'vegaspro' = "video/voukoder/vegas"
'davinci' = "video/voukoder/resolve"
'davinciresolve' = "video/voukoder/resolve"
'davinci-resolve' = "video/voukoder/resolve"
}

foreach ($key in [string[]]$table.keys) {
Expand Down

0 comments on commit 0b36271

Please sign in to comment.