In the preamble of an earlier post I mentioned that one of the little things that bugs me about Windows PowerShell ISE is that you can add tabs to the start of a line, but not to the end of a line. This is likely because it would interfere with the tab-completion feature. I still like to be able to put tabs on the end of my code lines though so that I can easily line up my comments. Here is how we can achieve this functionality in PowerShell ISE. Read more at http://blog.danskingdom.com... ......
So you’ve got a super awesome library/assembly that you want to share with others, but you’re too lazy to actually use NuGet to package it up and upload it to the gallery; or maybe you don’t know how to create a NuGet package and don’t have the time or desire to learn. Well, my friends, now this can all be handled for you automatically. Read more at http://blog.danskingdom.com... ......
I’ve written some code that you can add to your ISE profile that adds keyboard shortcuts to quickly comment and uncomment lines in PowerShell ISE. Feel free to skip the Preamble and get right to the good stuff. Read more at http://blog.danskingdom.com... ......
I know this isn’t programming related (and thus doesn’t quite go with the theme of my blog), but I thought I’d share anyways. Pass this along to anybody you know that has an Xbox 360. At E3 Microsoft announced that it would start giving away 2 free games a month to Xbox Live Gold subscribers. On July 1st Assassin’s Creed 2 and Halo 3 will be available to download for free. Right now you can go download Fable 3 for free. I downloaded it last night, so it’s legit. To download the games, from your 360 ......
I’ve spent a good chunk of time investigating how nuget.exe works and creating a PowerShell script called New-NuGetPackage to make it dirt simple to pack and push new NuGet packages. Here’s a list of some of the script’s features: Read more at http://blog.danskingdom.com... ......
Most people will likely find the “Run script path with spaces from File Explorer” (to be able to double click a PS script whose path contains spaces to run it) section below the most helpful. Most of the other content in this post can be found elsewhere, but I provide it for context and completeness. Read more at: http://blog.danskingdom.com... ......