get-Shell | where {$_.pipeline -contains Objects}
Update to get PowerTab working in PowerShell CTP3 (Win7 and W2008R2)
With thanks to Oisin
Greetings /\/\o\/\/
PingBack from http://thepowershellguy.com/blogs/posh/pages/powertab.aspx
PowerTab is the very popular software for guitarists, guitar and bass tablature editor. I think it predates this product.
Hrmm, it works but it appears not to be reading my config file, as I now get the PowerTab box even on tabbing with only one item matching. Any thoughts?
PingBack from http://powerscripting.wordpress.com/2009/06/05/episode-72-alex-ridel-from-sapien-talks-about-primalforms/
Powershell guys here,
Do anybody know steps to uninstall powertab? It seems that installation of 0.98v did not go well on my vista 64 bit machine.
whenever I open the powershell cmdline it generates series of errors pasted below. Do you anybody know how to clear these messages :
Exception calling "ReadXml" with "2" argument(s): "Could not find file 'C:\Users\Subhash\Documents\WindowsPowerShell\Po
werTabConfig.xml'."
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:15 char:37
+ [void]$global:dsTabExpansion.ReadXml <<<< ("$ConfigurationLocation\$fileName",'InferSchema')
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : DotNetMethodException
You cannot call a method on a null-valued expression.
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:17 char:61
+ $installDir = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'InstallPath'")[0].value
+ CategoryInfo : InvalidOperation: (select:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
At D:\SETUPS\powershell\PowerTab098\Init-TabExpansion.ps1:18 char:63
+ $DatabaseName = $global:dsTabExpansion.tables['Config'].select <<<< ("Name = 'DatabaseName'")[0].value
PingBack from http://blogs.sysfaq.ru/camelot/2009/05/17/190/
I installed PT and installed it, closed PSH and opened it back up, got an error trying to find the Init-TabExpansion.ps1 file from the installation direction I unzipped the attached file to. I had to unzip it again and copy the Init-TabExpansion.ps1 file to C:\Users\<username>\Documents\WindowsPowerShell and all worked normally
Thanks for your work
Hi great work!!!, ...the only thing that has to be pulled is the display....after a couple of completion vertical thin blue lines appear...(the borders of the box of suggestion, and other lines) that slowly begin to messup the entire output of the console.
thats all, thanks for doing this extension!!
another thing that you could implement is not destroy wathever come after de completion.....for example i use Up to get some command from the history and need to edit it, but if a change any word before the end of the line and press tab to get the completion everything that come after that dissapear...
Does this version function with PowerShell V2? If not, how does one get access to the Alpha for V2?
Thanks,
Thomas S. Trias
Senior Developer
Artizan Internet Services
http://www.artizan.com/
I haven’t seen any activity on PowerTab since this post. Is it in active development? Is there a place to submit feedback or issues?
This is the version you want. It fixes the selection bug that seems to be present in all other builds.
Yesm please look here : http://powertab.codeplex.com/ for the latest version for PowerShell V2