Resizing columns in CLI

Greetings! Is there a way to resize columns in the CLI app? I’d like the first column to be smaller and the middle one larger. If there’s no way to do it currently, would it be hard to add config options for it?

I took a quick look through the code to see how the CLI columns are created and sized right now, but I’m not familiar enough with the code to find it.

Many thanks!

It’s not currently possible but a config option shouldn’t be too hard to add. There’s already a style.sidebar.width and style.noteList.width currently only available for desktop. We could reuse that for CLI and apply the dimensions to the sidebar and note list. I’d accept a PR for this if someone can figure it out.

Sweet! I’d be happy to take a crack. Can you point me to the code that generates the CLI columns?