It worked! However, I thought you were working on a CLI, not just an interface to get hard-coded data?

it’ll be both. I just trying to figure out how to get the data right now.

It’ll be either a CLI or TUI, i’m still deiciding

Imo tui would be pretty amazing, but much harder to pull off

that is true. I probably won’t be like buttons, but just like “commands“ in the program like “post“ or “userlookup“

Ah then that’s technically a CLI rather than a TUI. TUI stands for Terminal User Interface, implying that it’s a graphical UI rather than somewhere to type commands.

I mean there is this python package called asciimatics that i could use

https://pypi.org/project/asciimatics/

Well true. What I meant is that it won’t “-“ or “/“ arguments

View all comments