Skip to content

CoreParadox/MiscScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiscScripts

Just some random scripts that are useful

Directory Ops

  • FlattenDirectories.ps1

    Moves all files out of nested folders into working directory

    • Usage: FlattenDirectories.ps1
  • MoveFileContains.ps1

    Prompts for target directory and a search string, moves all files into a folder named after the search string

    • Usage: MoveFileContains.ps1
  • DeleteEmptyDirectories.ps1

    Deletes all empty directories in working directory, including ones with empty child directories, useful with FlattenDirectories.ps1

    • Usage DeleteEmptyDirectories.ps1

AppSpecific

these scripts are mainly to work around bugs with the razer synapse 3 software, however they're mostly outdated since the new synapse beta software resolves these issues.

VideoProcessing

  • clip16-9.ps1

    Crops the video from clipboard (either the path or item), from a higher resolution down to 16:9, useful for ultrawide recordings of games.

    • Usage: clip16-9.ps1
  • ytdl-shortcut.ps1

    Downloads a video as mp3 or mp4 from the clipboard url, depending on the mode param (video/audio)

    • Usage: ytdl-shortcut.ps1 audio/video

About

Just some random scripts that are useful

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published