selplacei / konfsave

Easy saving and switching between multiple KDE configurations.
Apache License 2.0
45 stars 1 forks source link

Git integration suggestion #2

Open javierurien opened 3 years ago

javierurien commented 3 years ago

When implementing git integration, have you considered monitoring for changes in the repository and pulling them automatically to the client/clients and applying the active profile to update the settings?

The use case I imagine is like so:

Something like this would be awesome!

Regards.

selplacei commented 3 years ago

Sounds like a great idea. However, in order to do this automatically, Konfsave would need a way to start automatically - as a cron job, in the autostart list, as a service unit, etc. I want to have as little dependencies as possible, so the autostart option seems the best so far - however, there are people (like me) who very rarely restart their Plasma session. Any thoughts on this?

javierurien commented 3 years ago

I think that if you add a command line switch for this functionality, you let the user decide if he wants a cron job or to do it manually whenever he/she likes to.