GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

Using a static configuration for the setup process #44

Closed Sigmanificient closed 1 year ago

Sigmanificient commented 1 year ago

I noticed that the setup process is pretty simple, and thus setting up a static configuration could be a nice to have. I'm thinking of using setup.cfg as it is natively supported by setup-tools, but poetry can be a nice alternative too.

Using a dynamic approach is a bit criticized by some as it may lead to ACE at installation. Anyway, it always better to have a clean easy and standard way for the setup.

Sigmanificient commented 1 year ago

Opening quite a few issues for suggestions of improvements. If you want, I'm available on discord Sigmanificient#3301 for discussion, where i could give you more idea directly without opening a lot of issues.