|
|
Browse by Tags
All Tags » RawUI » PowerShell
-
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 Part 1
# Gives seconds till NewYear with some firework
# /\/\o\/\/
# ...
-
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.PadLeft($i -1).PadRight(36) * 2)
write-host ...
-
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 be enabled and disabled, you can even disable all PowerTab ...
-
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 all helper variables out of the global scope, the TabExpansion runs in the ...
-
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 after you hit Tab, does add so many new possibilities, that I also myself start to ...
-
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 -?
but I want more information now I can not use my command buffer to ...
-
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 you allways can find the latest version for download, or you can use ...
-
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 : PowerTab 0.9 for PowerShell and Invoke-Intellisens... , ...
-
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 intellisense GUI,
That adds a lot of ...
-
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 VbScript division an GUI (HTA) was asked and PowerShell Division the answer only had to ...
|
|
|