Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alyssaxuu/omni
The all-in-one tool to supercharge your productivity ⌨️
https://github.com/alyssaxuu/omni
bookmark bookmarks bookmarks-manager chrome chrome-extension commands dark firefox firefox-addon firefox-extension history interface javascript omnisearch productivity raycast shortcuts spotlight tabs-management
Last synced: 1 day ago
JSON representation
The all-in-one tool to supercharge your productivity ⌨️
- Host: GitHub
- URL: https://github.com/alyssaxuu/omni
- Owner: alyssaxuu
- License: mit
- Created: 2022-01-10T22:25:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T01:55:35.000Z (11 months ago)
- Last Synced: 2024-12-04T21:09:35.711Z (8 days ago)
- Topics: bookmark, bookmarks, bookmarks-manager, chrome, chrome-extension, commands, dark, firefox, firefox-addon, firefox-extension, history, interface, javascript, omnisearch, productivity, raycast, shortcuts, spotlight, tabs-management
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/omni/mapjgeachilmcbbokkgcbgpbakaaeehi?hl=en&authuser=0
- Size: 11.9 MB
- Stars: 7,238
- Watchers: 35
- Forks: 340
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- stars - alyssaxuu/omni - in-one tool to supercharge your productivity ⌨️ (HarmonyOS / Windows Manager)
- awesome - alyssaxuu/omni - The all-in-one tool to supercharge your productivity ⌨️ (JavaScript)
- my-awesome - alyssaxuu/omni - manager,chrome,chrome-extension,commands,dark,firefox,firefox-addon,firefox-extension,history,interface,javascript,omnisearch,productivity,raycast,shortcuts,spotlight,tabs-management pushed_at:2024-01 star:7.2k fork:0.3k The all-in-one tool to supercharge your productivity ⌨️ (JavaScript)
- awesome-command-palette - Omni
- project-awesome - alyssaxuu/omni - The all-in-one tool to supercharge your productivity ⌨️ (JavaScript)
- awesome-github-star - omni - in-one tool to supercharge your productivity ⌨️ | alyssaxuu | 6550 | (JavaScript)
- jimsghstars - alyssaxuu/omni - The all-in-one tool to supercharge your productivity ⌨️ (JavaScript)
README
# Omni
![Preview](preview.gif)
The most powerful interface for your browser 🔥With Omni you can use your browser like a pro. Manage tabs, bookmarks, your browser history, perform all sorts of actions and more with a simple command interface.
👉 Get it now [for Chrome](https://chrome.google.com/webstore/detail/omni/mapjgeachilmcbbokkgcbgpbakaaeehi?hl=en&authuser=0) and [for Firefox](https://addons.mozilla.org/en-GB/firefox/addon/omnisearch/)
> You can support this project (and many others) through [GitHub Sponsors](https://github.com/sponsors/alyssaxuu)! ❤️
Made by [Alyssa X](https://twitter.com/alyssaxuu)
## Table of contents
- [Features](#features)
- [Controlling the interface](#controlling-the-interface)
- [Opening Omni](#opening-omni)
- [Closing Omni](#closing-omni)
- [Switching between dark and light mode](#switching-between-dark-and-light-mode)
- [List of commands](#list-of-commands)
- [Self-hosting Omni](#self-hosting-omni)
- [Installing on Chrome](#installing-on-chrome)
- [Installing on Firefox](#installing-on-firefox)
- [Libraries used](#libraries-used)## Features
🗄 Switch, open, close, and search your tabs
📚 Browse and manage your bookmarks
🔍 Search your browsing history
⚡️ 50+ actions to improve your productivity
🔮 Special commands to filter and perform more actions
🧩 Integrations with Notion, Figma, Docs, Asana...
⌨️ Shortcuts for actions such as muting, pinning, bookmarking...
⚙️ Advanced settings to help troubleshoot browsing issues
🌙 Dark mode
...and much more - all for free & no sign in needed!## Controlling the interface
### Opening Omni
To open Omni, simply press `⌘+Shift+K` on Mac or `Ctrl+Shift+K` on Windows. You can change the shortcut by going to chrome://extensions/shortcuts in Chrome, or by following [these steps](https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox) in Firefox
Alternatively you can click on the extension icon in the toolbar to toggle it.
### Closing Omni
To close Omni you can press `Esc`, click on the background, or press the extension icon.
### Switching between dark and light mode
The dark and light theme in Omni is tied to your system's theme.
On Mac you can change the theme by clicking on the Apple menu (on the top left), opening the System preferences, going into the General section, and then choosing between dark, light, or auto.
On Windows it depends on the OS version. [Here is a guide for Windows 11 and 10.](https://support.microsoft.com/en-us/windows/change-desktop-background-and-colors-176702ca-8e24-393b-15f2-b15b38f69de6#ID0EBF=Windows_11)
After switching the theme you might need to restart your browser.
## List of commands
You can use a variety of commands with Omni to perform actions or filter your results.
- **/tabs**: Search your tabs
- **/bookmarks**: Search your bookmarks
- **/history**: Search your browser history
- **/actions**: Search all available actions
- **/remove**: Remove a bookmark or close a tabFeel free to suggest new commands for Omni by [making an issue](https://github.com/alyssaxuu/omni/issues/new).
## Self-hosting Omni
You can run Omni locally without having to install it from the Chrome Store or from Firefox Add-ons.### Installing on Chrome
1. Download the code. In the web version of GitHub, you can do that by clicking the green "Code" button, and then "Download ZIP".
2. Go to chrome://extensions/ in your browser, and [enable developer mode](https://developer.chrome.com/docs/extensions/mv2/faq/#:~:text=You%20can%20start%20by%20turning,a%20packaged%20extension%2C%20and%20more.).
3. Drag the [src folder](https://github.com/alyssaxuu/omni/tree/master/src) (make sure it's a folder and not a ZIP file, so unzip first), or click on the "Load unpacked" button and locate the folder.
4. That's it, you will now be able to use Omni locally.### Installing on Firefox
1. Download the code. In the web version of GitHub, you can do that by clicking the green "Code" button, and then "Download ZIP".
2. Open the about:debugging page in your browser, click the "This Firefox" option.
3. Click the "Load Temporary Add-on" button, and select any file inside the [firefox folder](https://github.com/alyssaxuu/omni/tree/master/firefox)
4. That's it, you will now be able to use Omni locally.## Libraries used
- [jQuery](https://jquery.com/) - for better event handling and DOM manipulation
- [dom-focus-lock](https://github.com/theKashey/dom-focus-lock) - to keep focus on the input field#
Feel free to reach out to me through email at [email protected] or [on Twitter](https://twitter.com/alyssaxuu) if you have any questions or feedback! Hope you find this useful 💜