Simple mod manager for Firefox written in Go.
Fox allows you to manage Firefox UI modifications via CLI by editing userChrome.css
and other files.
# 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
Fox can run on every major platform, including:
- Linux
- Windows
- MacOS
Naturally, you need Firefox installed.
Technologies used are:
go build .
Coming soon...
Feel free to open issues and submit pull requests!