https://github.com/kenhys/fxtbenv
Firefox/Thunderbird environment manager
https://github.com/kenhys/fxtbenv
firefox thunderbird
Last synced: about 1 year ago
JSON representation
Firefox/Thunderbird environment manager
- Host: GitHub
- URL: https://github.com/kenhys/fxtbenv
- Owner: kenhys
- License: mpl-2.0
- Created: 2018-01-15T11:54:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T02:45:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T11:46:02.365Z (over 1 year ago)
- Topics: firefox, thunderbird
- Language: Go
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/kenhys/fxtbenv)
# Fxtbenv
Firefox/Thunderbird environment manager.
## Why fxtbenv?
Need to switch multiple version of Firefox/Thunderbird for verifying difference of functinality among them.
## Requirements
* go 1.8.7 or later
## How to Install fxtbenv
```
$ git clone https://github.com/kenhys/fxtbenv $HOME/.fxtbenv
$ cd $HOME/.fxtbenv
$ make
$ source $HOME/.fxtbenv/scripts/fxtbenv.zsh
```
## Usage
First, you need to install Firefox/Thunderbird. If you want to localized version, specify `VERSION:LOCALE`.
To install Firefox 57.0.4 with Japanese edition, execute the following command.
```
% fxenv install 57.0.4:ja
```
Then, create profile for it. To use `test` profile, execute the following command.
Note that `-c` option must be specified only at first time because there is no profile yet.
```
% fxenv use 57.0.4:ja@test -c
```
Okay, now you are ready for it. Just launch Firefox.
```
% firefox
```
## License
MPL-2.0