Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » RawUI   (RSS)

A PoSHy New Year part 1

Hope you all had a good X-mas let's count down to the new Year ( *edit* fixed the script I forgot the $r = new-object Random line , thanks to cert for noticing in the comments and to agoodb for providing the fix there ) : # NewYear1.ps1 # PoSHy New Year
Posted by MoW | 3 Comments
Filed under: , ,

A PoSHy X-mas part two

And in this second part, let there be balls .. # Merry X-mas from PoSH part 2 # http://thePowerShellGuy.com Function Merry-Xmas { 1 .. 2 |% { $Peek = " ^ " $tree = " /|\" $i = 20 $pos = $host .ui.rawui.CursorPosition write-host - fore ' Red ' ( $peek
Posted by MoW | 1 Comments
Filed under: , ,

PowerTab 0.95 RC1 beta public

PowerTab 0.95 RC1 beta public is posted ( *update* PowerTab 0.96 beta 3 now), I still expect to find some minor bugs in some rare expansion conditions but this version should be usable for day to day usage, also filesystem expansion in consolelist can

PowerTab 0.95 teaser

As promised in the entry PowerTab 0.93 PowerShell Tab Expansion scripts library , I'm working on a new version of PowerTab and did some refactoring work over the last weeks. * Update * PowerTab 0.95 RC1 beta public now one target for example was to remove
Posted by MoW | 6 Comments

PowerShell : Extract the Possible Enum values from Last Error and add to TabCompletion

As Adam allready mentioned in : Another PowerTab update … there were 2 updates in a short time and there are a lot of PowerTab Posts lately, but as the New RawUi ConsoleBased Intellisense, and the possility to filter the list shown by typeing more letters

PowerShell TabExtension - Part 8 Tip Use Custom Expansion to switch help Modes fast

By default PowerShell only displays a summary of the Help available, If we want more info we can use a parameter on get=help. This is handy most of the times, but the problem is that I usually get help by using -? behind the command. So say I type : Import-Csv
Posted by admin | 2 Comments
Attachment(s): tab091h.png

PowerShell TabExtension - Part 7 PowerTab 0.91 Released

And another version of the PowerShell tabExpansion script library PowerTab is released, with some really cool additions ! PowerTab 0.91 For more information about the PowerTab suite and the rest of the series see also the PowerTab Overview Page where
Posted by admin | 4 Comments
Attachment(s): tab091.png

PowerShell TabExtension - Part 6 Customizing PowerTab 0.9

I mentioned in last post about the new version of PowerTab PowerShell TabExtension - Part 5 PowerTab 0.9 ,That the TabSelection handler used for DoubleTab is extendable : Aaron has also updated his Invoke-Intellisense, and changed it into a Cmdlet See

PowerShell TabExtension - Part 5 PowerTab 0.9

I made some mayor updates to my PowerShell TabExtension Function PowerTab , most important are DoubleClick support and a TabItemSelector using RawUI to create a selectable and scollable list of the TabCompletion possibilities, offering a kind of Consolebased

Scripting Games 2007 Advanced PowerShell Event 10

Event 10: Pick a Color, Any Color PS Answer: Pick a Color, Any Color For this event we had to make a Card game, Draw 20 Colored cards and asking the person being testing to predict the color of the card about to be drawn As I did not like that for the
Posted by admin | 4 Comments