pydotswitcher 0.1.0

Creator: bradpython12

Last updated:

0 purchases

pydotswitcher 0.1.0 Image
pydotswitcher 0.1.0 Images
Add to Cart

Description:

pydotswitcher 0.1.0

Switch your dotfiles on demand!



PyDotSwitcher is a Python utility that allows you to easily switch between your dotfiles.
Features

📋 Declarable: PDS will only change between dotfiles YOU declare.
📁 Grouped: Make a group to change multiple configurations at the same time. Especially useful for changing colorschemes!
🛟 Safe: PDS Backs up files before it switches them, and changes to the dotfiles are linked with your current configuration group.
📜 Scriptable: You can also embed shell scripts for doing stuff when changing themes.

Installation:
Install using PIP:
pip install pydotswitcher or 'python -m pip install pydotswitcher'
For Arch Linux users, install the python-pydotswitcher package
Usage
Out of the box, PDS won't do anything. That is because you have to declare what files you want.
But first, a configuration group is needed:
$ dotswitch -n MyConfig # Creates the MyConfig Group if it doesn't exist
Now, let's add a file to our new group with the -a (Append) flag. For example, let's add our GTK settings:
$ dotswitch -a ~/.config/gtk-3.0/settings.ini MyConfig
Groups act as separate Home directories, so, running this command will create a ./.config/gtk-3.0 directory to store the settings.ini file inside the MyConfig group (Which, by default resides in ~/.config/pydotswitcher/groups/).
Now, to switch up our files, run:
$ dotswitch -sw [group]
This will apply all the configurations inside the group and will backup the existing configuration inside ~/.config/pydotswitcher/, however, if you want to disable this, add the --no-backup flag.
For scripting, run $ dotswitch -sh [group]. This will auto generate a .sh file for you to do scripting, and it will be executed when you switch up the files. If you have added a script to a group but don't want to execute it, append --no-script.
Tips & Tricks
Some applications require a restart after having an updated. To fix this, create a script in your group and add killall program-name && program-name & to your script.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.