README.md
November 8, 2014 ยท View on GitHub
#Synsei Easily manage synaptics configurations, because who doesn't have a bunch lying around?
Author: Chris Sivanich - csivanich@gmail.com
###Usage
synsei <action> [arg1,arg2,...]
Actions
delete <profile> - Deletes a profileedit <profile> - Edits a profile with $EDITORhelp - Displays help pagelist - Lists all loadable profilesload <profile> - Loads a profile into usesave <profile> - Saves the current config into a profileview [profile] - Views a profile's config, otherwise views current synclient config
###Examples
Edit the profile 'foo' with vim --
synsei edit foo vim --
Save the current config to profile 'foo'
synsei save foo
Replace the current config with profile 'foo's
synsei load foo
Delete profile 'foo'
synsei delete foo
Written with StackEdit.