Skip to content

wikiepeidia/Ultilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities

A collection of utilities that used to be scattered across 10+ repos for no reason. Now it's all-in-one.


Useful Links

AI and giggles tools for development

What Link
Copilot quota check https://github.com/settings/copilot/features
Get Shit Done (GSD) for many stuffs https://github.com/gsd-build/get-shit-done
Claude template for Claudecode https://github.com/josipjelic/orchestrated-project-template
LiveBench (AI benchmarks) https://livebench.ai/#/

PATH Injector

AHK v2 utility to manage and inject paths into the user PATH environment variable.

  • Pathfix.ahk IF IT doesnt work you can use the goatedass powershell script
$oldPath = [Environment]::GetEnvironmentVariable("Path", "User")

[Environment]::SetEnvironmentVariable("Path", "$oldPath;C:\Users\wikiepeidia\.local\bin", "User")

VSCode Tools

Build Tools launcher — Batch file that boots VSCode with MSVC Build Tools path pre-configured.

Clang tasks.json — VSCode task config for Clang compilation.

Git ignore sync — VSCode task that removes cached files matching .gitignore (like JetBrains does automatically).

git ls-files -i -c --exclude-standard | xargs -r git rm -r --cached

Task Scheduler Toggler

Toggle a scheduled task called SHUTDOWN on/off.


Fastfetch Prebuilts

Pre-compiled fastfetch builds.


Windows Sound Changer

Registry file to swap Windows system sounds.


PowerShell Scripts

Run this first to allow script execution:

Set-ExecutionPolicy -ExecutionPolicy Bypass

File Shuffler

Randomly shuffle all files in a folder by extension.

.\roblox.font.suffle.ps1 "C:\path\to\folder" "*.ttf"

Temp File Cleaner

Delete common temp files.

Clipboard Clearer

Clear the clipboard.

Duplicate File Deleter

Hash-based duplicate file detection and deletion.

& '.\duplicate file deleter.ps1' "C:\path\to\folder"

Roblox Utilities

Lua script to mass-destroy audio assets by ID.

About

A collection of ultilties that used to be scattered all across 10x repo for no reason , now it is AIO!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors