Thanks for the great tool. It came in handy today. In some cases the truncated session summary text (capped at 47 chars plus an ellipsis via if len(summary) > 50:) was too short for me to get a good read on what the session was about.
I would like it if I could pass in a switch to override the 50 character default or if the session list automatically expanded horizontally to fill up my full terminal width.
I appreciate your time in reading and considering this request. Cheers.
Thanks for the great tool. It came in handy today. In some cases the truncated session summary text (capped at 47 chars plus an ellipsis via
if len(summary) > 50:) was too short for me to get a good read on what the session was about.I would like it if I could pass in a switch to override the
50character default or if the session list automatically expanded horizontally to fill up my full terminal width.I appreciate your time in reading and considering this request. Cheers.