PSCalendar icon indicating copy to clipboard operation
PSCalendar copied to clipboard

[Feature Request] Display Year in Columns + Command Update - Show Months for Year

Open Gana-Dube opened this issue 4 years ago • 4 comments

Enhancement Request

Show Months for Year suggestion

Can there be an incorporation of something similar to cal <insert_year>, example cal 2018, and this will give you a view of all the months for that year as opposed to the start and end parameters. Similar to how it's done on Linux. image

Display Year in Columns

Currently when you view the years months, the view is vertical per row. Can we change that to a horizontal/column monthly view with resizing capabilities. image

Gana-Dube avatar Mar 02 '22 10:03 Gana-Dube

I may have to completely revise how I display calendars. This is a reasonable request. But not one with an easy fix that comes to mind.

jdhitsolutions avatar Mar 02 '22 14:03 jdhitsolutions

Adding a parameter to display a year shouldn't be that hard. Formatting to 2 columns, which I think is the best I can fit in a typical console will be tricky. I don't think I have any control from a PowerShell script on what happens when the window is resized.

jdhitsolutions avatar Mar 03 '22 14:03 jdhitsolutions

Hi Jeff, The current resize creates an issue of drawing a horizontal line, unless it's only happening on my end, I can't test with another device. image

Gana-Dube avatar Mar 03 '22 14:03 Gana-Dube

I get that too. That is a Windows Terminal artifact.

jdhitsolutions avatar Mar 03 '22 15:03 jdhitsolutions

Added to v2.9.0

jdhitsolutions avatar Dec 19 '22 15:12 jdhitsolutions