ridicurious.com
Powershell, Productivity, Technology

[New Version] Gridify PowerShell Module v0.9.2

 

In my previous blog post, I Introduced Gridify Module and I would be covering in recent enhancements and updates made in this module today.

Let’s do a quick intro if you don’t already know what the module can do.

Introduction to Powershell based application Grid layout:

‘Gridify’ module provides a cmdlet ‘Set-GridLayout’ that can resize and arrange applications in an automatic grid layout with predefined formats using the Process objects [System.Diagnostics.Process] of the target applications passed as a parameter(-Process) value.

gallery

Set-GridLayout cmdlet can automatically calculate your screen resolution and set Applications in a neat grid layout in predefined/custom layout

Available predefined layouts are –

  1. Mosaic
  2. Vertical
  3. Horizontal
  4. Cascade
  5. Custom

What’s New?

  1. The Set-GridLayout cmdlet now accepts [System.Diagnostics.Process[]] objects as a parameter instead of Process ID’s.
  2. Introducing ‘-IncludeSource’ switch to add source process (from where Set-GridLayout cmdlet is executed) in a grid layout
  3. A new ‘Cascade’ layout is available now. Cascade layout sets all application in a step-like layout, such that the next one is overlapping the previous.
  4. Ability to define application width ratios in a -Custom Layout. This enables you to define width-ratio of applications in every row, to customize application width sizes as per the requirement.

    Like, to define a ratio precede the asterisk referencing the application with a number such as -custom “*2*3*” is 1:2:3

    Example –

    Animation –

Use-cases:

 

Can I contribute?

Yes, the project is publically hosted on a Github repository where you can assist me to make it better.

 


Module Installation:

 

Hope you’ll find the script useful, if so please do follow me on twitter for more Interesting PowerShell material and don’t forget to Showoff your Powershell Gridify module to your colleagues, Cheers! 😉

Subscribe to our mailing list

* indicates required

Related posts

Monaco Editor – Full Code Editor experience in Azure Cloud Shell

Prateek Singh
6 years ago

YouTube to Twitter with PowerShell and Time Triggered Azure Function

Prateek Singh
6 years ago

PowerShell : Your own ‘Cmdlet of the Day’ Script.

Prateek Singh
9 years ago
Exit mobile version