theredditbandit / pman

A CLI project manager
Other
36 stars 3 forks source link

Refactor pman interactive UI with minimalist design #40

Closed theredditbandit closed 3 months ago

theredditbandit commented 3 months ago

this removes the need to specify pman ls --c as that is now the default pman ls behaviour.

old pman i behaviour

image

problems with this

Takes up a lot of the terminal without providing any useful information.

new pman i behaviour

image

Displays a lot more information, still scrollable and interactive like the previous ui without taking up as much space

default pman ls behavior

image