-
Notifications
You must be signed in to change notification settings - Fork 39
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
Make saving configuration easier #38
Comments
I'm sorry but could you please clarify? |
konsave -e 'profile number' is how you export profiles, the knsv file is named based on your profile name. Saving configurations are very easy, please read before you suggest a change. (type konsave in a terminal) |
Let me try to clarify. What I mean is that I want a easier way to save the settings without making a profile. Let's say the use case is that the user just wants to save all the settings to a file. No need to make a profile right? Let's say there's an option
I want to change the workflow to this: The problem with making a profile is that I had to figure out first what their ID was and not their name in order to export it. Ofcourse Also maybe give an example of most used konsave command line usages in the --help flag. I think argparse can give extra info on command line usage. This would help users who just started to use this tool. And yes ofcourse I have read the documentation. |
That would be a nice feature I think. I'll add it to my to-do list. |
@Prayag2 Also, I think it's good idea to put the script in directory |
I'm sorry I'm very late. I had my exams. Anyways, I have made saving configurations easier. Please look at #43 You'll now be able to export, remove and apply profiles using their names! |
Nice dude! Hope ur exams went well! Feel free to close this issue if you deem your PR request sufficient. Looks good to me. |
Thanks! |
I love your tool. This is what I needed to save all plasma settings!
To export it to a file first you have to save a configuruation with a name and then export it. However it exports it to ~/.knsv
I want it to immediately export it to my current directory, for example my dotfiles.
Can you make it easier to save the configuration for backup purposes for example to use
konsave -e mybackup.knsv
?Which automatically makes a backup, zips and saves to a directory (or the current directory)
Understood me? Thank you!
The text was updated successfully, but these errors were encountered: