11 responses to “PowerBoots – Shoes for PowerShell”

  1. Doug

    It'd be great to see this.

    I put a small script together a while back to try it with WinForms.
    http://dougfinke.com/blog/?p=390

    I like your approach with piping

  2. Jason Archer

    I prefer the syntax that Doug used. But I personally would just learn WPF and use your Out-WPF.

  3. tojo2000

    +1 I love this idea. I don't know how much help I could be on creating it, though, since I have no experience with C#. I have access to Visual Studio, though, and if you have some grunt work that you need help with (perhaps some of that repetitive coding), email me and I'll see what I can do. I would love to see this come to fruition.

  4. Jacob Saaby Nielsen

    Not able to help out, but I'd definately be very interested in a toolkit like that :)
    Or rather, I'm not able to help out with the coding, but if you need help with anything else, I'd be willing to help out.

  5. Dew Drop - December 22, 2008 | Alvin Ashcraft's Morning Dew

    [...] PowerBoots – Shoes for PowerShell (Joel Bennett) [...]

  6. PowerBoots 0.0.1 - A beginning (CTP3 only)

    [...] From my previous post introducing PowerBoots [...]

  7. Nolan Brubaker

    I'd be very interested in this, especially as a possible replacement for HTAs. I might be able to help with some of it, although with the upcoming semester and work I'm not 100% sure how much time I'll have to devote to it.

  8. Rob Lancaster

    Hmmm.. There's also a language called REBOL that uses a dialect (DSL) to construct a GUI – This might also be another source of inspiration on how to lay things out.

    I.e

    view layout [ button "Click Me!" [print "click!" ] ]

    which is the same as writing:

    layout [ button1: button "Click Me!" [print "click!" ] ] | view

    The two concepts are much the same???

    Anyway, love using the REBOL to write quick dirty GUIs – and I'd love to use powershell to do the same thing. Ddidn't think the WPF samples on the offical powershell blog were very easy to use in comparison… Your DSL looks much better!

    Small tutorial at http://www.rebol.com/docs/easy-vid.html

  9. James Gentile

    One thing I would love, is a way to make the entire Posh console an aero glass window, so the whole console window would be on blurred glass.

    Proofs of concept:
    http://img407.imageshack.us/img407/3838/aerocmdbl…
    http://img102.imageshack.us/img102/5760/aerocmdcl…

    I'm not sure if this is something that you could/would do, but it would be very cool. A great one-up to the *nix users with their transparent consoles.