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 be enabled and disabled, you can even disable all PowerTab additions using $powerTabconfig now
As you have seen from the examples in the PowerTab 0.95 teaser we have real border and theme support now.
From UsingThemes.txt :
You can now import and export colorthemes into PowerTab 0.95
this works like this :
# Export Example
$PowerTabConfig.Colors.ExportTheme() | Export-Csv -noType C:\PowerShell\PowerTab\ThemeGreen.csv
# Import Example
$theme = Import-Csv C:\PowerShell\PowerTab\ThemeGreen.csv
$PowerTabConfig.Colors.ImportTheme($theme)
so if you use PowerTab in different settings you can easy change you Color Sheme by importing a Thema.
(border might belong here also, might rename colors to theme in $powerTabconfig and move it )
I included the following example Thema's in CSV format
ThemeDragon.csv
ThemeGray.csv
ThemeGreen.csv
ThemeOriginal.csv
ThemeSimpleWhite.csv
ThemeSpace.csv (by BS on PoSH Shown in example below )
If you think you created some nice themes please share, of course you can also adapt them by using $powertabconfig
And we have a lot more options to configure PowerTab the way you like :
All this configuration is stored in the Tabcompletion database, only configuration changes are NOT saved for next sessions, to do this you have to execute :
Export-TabExpansionDataBase
the same as with changes to the database.
Also the expansion configuring of the Alias completion is now more clear :
AliasQuickExpand : True
ls[tab] will work
AliasQuickExpand : False
ls@[tab] needed
More information about this new version will follow in later posts , but as I have not much time at the moment I will provide access to the RC1 beta now.
Especially the addition of Filesystem expansion needed lots of changes in parsing logic, so if you find bugs in it please let me know
Here you can find the new PowerTab 0.96 beta 3 (version on this page can be updated without notice )
Enjoy,
Greetings /\/\o\/\/