TechWiz-3 / who-unfollowed-me

😡 Python CLI tool that shows you who has unfollowed you on GitHub. PRs welcome!
GNU General Public License v3.0
11 stars 24 forks source link

Config file #7

Closed TechWiz-3 closed 1 year ago

TechWiz-3 commented 1 year ago

Create unfollow.toml config file in ~/.unfollow/

Allow the config file to dictate the following:

  1. Theme... i.e. panels, bubbles or simple.
  2. Allow changing of default emojis used in the regular style
  3. Allow customization of all colored text that uses rich markup [style here] (initially just for the regular theme but for all themes if possible) - this can be done because instead of doing console.print("[style here]text[/style here]", the previous text can be set as a default variable and if a config is loaded fromunfollow.toml` it can replace the default variable)
TechWiz-3 commented 1 year ago

Maybe create a file called text.py that takes in the arguments and config file and formats text for all the other files

Dinoosawruss commented 1 year ago

Hey! Sounds interesting could I be assigned to this?

Dinoosawruss commented 1 year ago

Would you like the user to be stored in the unfollow.toml file as well as the other options?

TechWiz-3 commented 1 year ago

Probably un-necessary, let's keep the config file as strictly for dictating styles 👍

Dinoosawruss commented 1 year ago

Should all be implemented PR is ready for review