Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenhys/fxtbenv
Firefox/Thunderbird environment manager
https://github.com/kenhys/fxtbenv
firefox thunderbird
Last synced: 17 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T02:45:37.000Z (over 2 years ago)
- Last Synced: 2024-06-20T16:44:55.818Z (5 months 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
![MPL-2.0](https://img.shields.io/badge/License-MPL2.0-green.svg?style=flat)
[![Build Status](https://travis-ci.org/kenhys/fxtbenv.svg?branch=master)](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