A simple window ala spotlight to list and select Firefox or Chrome tabs, history and bookmarks via mozeidon.
sandbox mode, because the app relies on the mozeidon CLI executable.
Using mozeidon, set your own global shortcuts from outside your browser to :
- list all currently opened tabs
- switch to a currently opened tab
- close a currently opened tab
- list and open recently-closed tabs
- list and open current history
- list and open current bookmarks
- open a new tab
You can use homebrew or a manual installation.
Requirements :
- requires macOS >=
13.5( Ventura ). - install in your web-browser (Firefox or Chromium) one (or both) of these browser-extensions :
- ( for a manual installation only )
- the required dependency mozeidon CLI
- the required dependency mozeidon-native-app
brew tap egovelox/homebrew-mozeidonbrew install --cask egovelox/mozeidon/mozeidon-macos-uiRunning the above commands, brew will install
- the mozeidon-macos-ui app in
/Applications/mozeidon: - the required dependency mozeidon CLI in
/opt/homebrew/bin/mozeidon - the required dependency mozeidon-native-app in
/opt/homebrew/bin/mozeidon-native-app
Then you should be able to launch the mozeidon app from your macOS Applications,
a trident 🔱 should appear in your macOS menu-bar ( this is where you may adapt your shortcuts and setup ).
In case you need to bypass some OS security, you may run ( at your own risk ) :
xattr -r -d com.apple.quarantine /Applications/mozeidon/mozeidon.appLast but not least, don't forget
- to install and activate the mozeidon browser-extension in your favorite browser,
- to reference the mozeidon-native-app in your browser configuration
This is a bit more complex because of dependencies : you first have to install yourself the mozeidon CLI and mozeidon-native-app components.
See mozeidon and follow the installation process.
Then please find the latest release here. Then unzip, and paste into your Applications folder.
You can also clone this repository, you'll always find the latest app release in the release directory ( to be pasted into your Applications folder ).
| Keybinding | Action |
|---|---|
| user setting | list tabs |
| user setting | list bookmarks |
| user setting | list history |
| Enter | open element in browser |
| ctrl-L | close element in browser |
- In case you need to change the full path of the mozeidon CLI, run in your terminal :
which mozeidon- In case you need to change the
open -asetting, in charge of opening your browser :
| Browser open -a | Setting |
|---|---|
| Firefox | firefox |
| Chrome | Google Chrome |
| Edge | Microsoft Edge |
| Arc | /Applications/Arc.app/Contents/MacOS/Arc |
| etc... |