Skip to content

Commit

Permalink
Merge pull request #762 from synfinatic/firefox-tabs
Browse files Browse the repository at this point in the history
Document support for firefox Multi-Account Containers plugin
  • Loading branch information
synfinatic authored Jan 15, 2024
2 parents 60cc678 + fa2b37e commit 54ee42a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Changes

* Statically link Linux binaries (CGO\_ENABLED=0) #749
* Document support for Firefox Multi-Account Containers plugin #760

## [v1.14.2] - 2023-10-19

Expand Down
7 changes: 5 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,11 @@ in a browser:
* `open` -- Opens the URL in your default browser or the browser you specified
via `--browser` or `Browser`
* `open-url-in-container` -- Generates a URL for the Firefox [Open Url in Container](
https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/) plugin
and runs your `UrlExecCommand`
https://addons.mozilla.org/en-US/firefox/addon/open-url-in-container/) and
[Firefox Multi-Account Containers](
https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/)
plugins and runs your `UrlExecCommand`. Please be sure to install only
one of these plugins. ;)
* `print` -- Prints the URL with a message in your terminal to stderr
* `printurl` -- Prints only the URL in your terminal to stderr

Expand Down

0 comments on commit 54ee42a

Please sign in to comment.