| Title | Author | Age | Description |
|---|---|---|---|
| Del. TrailingBlank (ISE) | Bernd Kriszio | 41 days ago | This function is intended to be uses as ISE add on. |
| Out-IseFile | Bernd Kriszio | 43 days ago | PowerShells wrapping behaviour may be adequate for the console host. Using ISE it’s far from the optimal. But you don’t need to use the output pane. Send your output to a new ISE Editor. To see the difference just try: |
| Write-IseFile | Bernd Kriszio | 45 days ago | If you are using ISE put this file anywhere into your PATH and functions depending on it can use it.
. . Require-Function Write-IseFile
|
| New-IseFile | Bernd Kriszio | 45 days ago | If you are using ISE put this file anywhere into your PATH and functions depending on it can use it.
. . Require-Function New-ISEFile
|
| Require-Function | Bernd Kriszio | 45 days ago | This is a bit similar to Python import module. If a function is present, nothing happens, otherwise Path is searched for a file with the functionname and the extension .ps1 and that file is dot sourced |
| Save-CurrentFile (ISE) | Bernd Kriszio | 186 days ago | Why to use a FileselectionBox to save your fresh files from ISE, don’t you know your file system? OK perhaps an encoding parameter would be fine, but please don’t default it to ASCII. |
| Get-TwitterReply | Bernd Kriszio | 198 days ago | Get-TwitterReply modification get all replies |
| Start-Selected | Bernd Kriszio | 200 days ago | Usuallay I use this to start my browser with a URL in some PowerShell Script or retrieved by some Powershell Script. This is an ISE-Extension. |
| Wrapper 1 Select-String | Bernd Kriszio | 219 days ago | Select-String has the funny behavior that it -Encoding parameter could be default, but Select-String uses unicode as default value. That means we do not find strings containing some western european letters like ‘äöüß’ in ansi coded files. Finally I want the choice default_or_oem, to search even my OEM850 coded files. Here I fix only the default to ‘default’ |
| A Compare-Object Bug | Bernd Kriszio | 319 days ago | Demo for unexpected output of Compare-Object |
PowerShell Code Repository