Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.32 KB
  • Experimental presentation based user interface for PowerShell
  • WPF user interface
  • Pure C#. No XAML.
  • Minimalist. Currently less than 600 lines long.
  • I encourage folks to fork and experiment with new approaches. Sharing of your results is welcome!

Screenshots

Results of an ls are shown in a DataGrid. Actions are available via a context menu:

Similar for services:

And processes:

JSON retrieved via Invoke-RestMethod is displayed in a TreeView if $output_to_tree_view is set to $true:

You can of course always output to Out-String to display data in the traditional PowerShell format:

Let's set $output_thumbnails to $true, go a folder containing images and list the files there:

Status

  • This is currently a pure experimental proof-of-concept stage project.
  • The implementation is not PSHost based (and thus has many limitatons).

See Also