Skip to content

Latest commit

 

History

658 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowershellStuff

Long overdue repository for me to fill with the Powershell stuff I write.

Structure

| src  # Where all the code goes
├── modules   # Code stored in modules for reuse
├── projects  # One off code use code for prototyping. May serve as the basis for a module.
└── scripts   # Standalone scripts, though I typically prefer cmdlets

Noteworthy Modules

Module Description
GrabBag Where I put most of my utility functions, whether created for my personal use or to address someone's problem on StackOverflow.
WPF Experimental Domain-Specific Language (DSL) for building WPF apps. I think the syntax is far better than what you'd normally have to code but I'm no WPF expert and Powershell isn't normally what you'd write GUIs so it's more for personal use than something you'd ship to somebody else.
TabCentral TabExpansion2 extension that enables registration of custom completers and result modifiers.
PleaseWork Task runner with a makefile'ish DSL syntax.

About

Random collection of Powershell scripts

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages