Fox
Simple mod manager for Firefox written in Go.
Description
Fox allows you to manage Firefox UI modifications via CLI by editing userChrome.css
and other files.
Usage
# To install a mod
fox install https://github.com/witalihirsch/Mono-firefox-theme.git
# To list installed mods
fox list
# To update an installed mod
fox update Mono-firefox-theme
# To remove a mod
fox remove Mono-firefox-theme
# To show help message
fox help
Dependencies
Fox can run on every major platform, including:
Naturally, you need Firefox installed.
Technologies used are:
Installing
Building from source
go build .
Pre-compiled binaries
Coming soon...
Help
Feel free to open issues and submit pull requests!