-
Notifications
You must be signed in to change notification settings - Fork 3
Usage
Max Bridgland edited this page Apr 14, 2020
·
2 revisions
Once you install Foxify you should now have access to the command foxify. This command will be what you will run before all arguments available. Below you can see the list of commands:
| Command | Description |
|---|---|
| apply [theme_name] | Apply a theme based on the themes available in your theme directory. |
| backup | Backup your current userChrome files to the ackup directory. |
| backup-clear | Delete the current backup. |
| clear | Remove the active theme on your Firefox profile. |
| get [git_url] [optional:theme_name] | Get a theme from a GitHub repo. |
| remove [theme_name] | Remove theme from your theme directory. |
| help | Display the help menu. |
| restore | Restore your Firefox theme from a backup if one exists for your active profile. |
| themes | See path to theme directory and available themes. |
| update | Check for updates of Foxify from the remote repo. |
| version | Display the current version of Foxify. |
| config | Display config directory and current settings. |
| info | Display info about Foxify and how to get themes. |
Download A Theme From A Remote Repo w/ Custom Name:
foxify get <gitURL> AwesomeTheme
Remove A Theme:
foxify remove <theme_name>
Backup and Apply a Theme:
foxify backup apply [theme_name]
Backup Active Theme:
foxify backup
Delete Backup:
foxify backup-clear
Restore From Backup:
foxify restore
Remove Active Theme:
foxify clear
Check Config Values:
foxify config