Skip to content
/ fox Public

Simple mod manager for Firefox written in Go

License

Notifications You must be signed in to change notification settings

Sithell/fox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Linux
  • Windows
  • MacOS

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!

About

Simple mod manager for Firefox written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages