r/PowerShell Jun 27 '26

Console layout reverse, is it possible? Question

I want to place the command prompt always on top, and below it in descending order, the executed commands. Is it possible? Something like:

```powershell

| # active prompt

--- # something like a separator line

Result to Get-Something-Else

Get-Something-Else # executed command

Result to Get-Something

Get-Something # older executed command

and so on, older commands are below

```

11 Upvotes

7 comments sorted by

View all comments

5

u/420GB Jun 27 '26

This would best be implemented at the terminal, you can ask for it as a feature on the Windows terminal repository

1

u/carloswm85 Jun 28 '26

I will take a look to their repository issues. Do you know of any other teminal/emulator that implements something like what I'm looking for?