Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate birthday and reminder configuration #2

Closed
grimnight opened this issue Oct 17, 2024 · 5 comments
Closed

Separate birthday and reminder configuration #2

grimnight opened this issue Oct 17, 2024 · 5 comments

Comments

@grimnight
Copy link

In my case I am unlikely to change birthday configurations, other than to add new ones.
Currently having both in the same file could be problematic for scripts or TUIs that add new reminders, which could accidentally break the configuration file.

So I'm suggesting either another file for reminders or an entire directory of files for easy adding.

Adding another file or directory would require moving the configuration to $XDG_CONFIG_HOME/Britto.

@xplshn
Copy link
Owner

xplshn commented Oct 17, 2024

I think I'll just make Britto read all files under $XDG_CONFIG_HOME/Britto, so that you can choose to add birthdays and other types of reminders wherever you like. Does that work for you?

@grimnight
Copy link
Author

That would work for me.

Thank you.

@xplshn
Copy link
Owner

xplshn commented Oct 18, 2024

Excellent, going to work on it then

@xplshn xplshn closed this as completed Oct 19, 2024
@grimnight
Copy link
Author

Just compiled the latest code and it's looking pretty good.
But, it doesn't seem to load other files from $XDG_CONFIG_HOME/britto, only britto.toml.
Also, is it possible to turn off Message?

@xplshn
Copy link
Owner

xplshn commented Oct 19, 2024

Just compiled the latest code and it's looking pretty good. But, it doesn't seem to load other files from $XDG_CONFIG_HOME/britto, only britto.toml. Also, is it possible to turn off Message?

My bad for not doing throught testing, I'll get back to this in a moment. srry

@xplshn xplshn reopened this Oct 19, 2024
@xplshn xplshn closed this as completed Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants