ueli

Keystroke launcher for Windows and macOS

Stars
3.22K
Forks
219
Open issues
364
Closed issues
460
Last release
5 months ago
Last commit
5 months ago
Watchers
3.22K
Total releases
95
Total commits
2.16K
Open PRs
6
Closed PRs
148
Repo URL
Platform
Mac
License
mit
Category
Offers premium version?
NO
Proprietary?
NO
About

ueli

This is a keystroke launcher for Windows and macOS.

Table of contents

  • Installation
  • Features
  • Keyboard shortcuts
  • Supported Languages
  • Settings
  • Updating
  • Privacy
  • Known bugs
  • Development
  • Alternatives
  • License
  • Release notes

Installation Installer / Zip

Note: because the executables are not signed Windows and macOS will probably prevent you from executing the installer or the program itself.

Install with Windows Package Manager

  • PS> winget install ueli

Installing via chocolatey repository

  • Open a powershell with administration rights (Right click on your start button and click Windows PowerShell (Admin)
  • PS> choco install ueli
  • Accept the upcoming prompt by entering y or run above command with -y switch
  • Run the application

Installing on MacOS via brew

  • brew install --cask ueli

Features Application Search

This plugin is searching for applications on your computer. You can specify the folders where your applications are installed and which file extension should be used to recognize an application.

Browser bookmarks

This plugin enables you to search your browser bookmarks.

Currently supported browsers:

  • Google Chrome
  • Chromium
  • Brave
  • Vivaldi
  • SideKick
  • Microsoft Edge
  • Yandex Browser

Calculator

This Plugin lets you quickly do simple calculations.

Color Converter

This plugin enables you to quickly convert colors into different formats.

Commandline

This plugin enables you to quickly execute commandline commands.

Control panel (Windows only)

This plugin enables you to quickly find control panel items.

Currency Converter

This plugin enables you to quickly convert currencies. The latest conversion rates are provided by https://github.com/fawazahmed0/currency-api/.

Dictionary

This plugin enables you to quickly look up the definition and synonyms of words. It uses an unofficial Google Dictionary API (https://dictionaryapi.dev/)

Email

This plugin enables you to quickly start writing an email by typing in an email address.

Everything (Windows only)

This feature enables you to use Everything Search to find files and folders on your local file system.

  1. Install "Everything" and the "Everything Command-line interface" from https://www.voidtools.com/downloads.
  2. Specify the file path to es.exe in ueli's settings.

mdfind (macOS only)

This plugin enables you to use the native macOS search to find files and folders on your local file system.

File Browser

This plugin enables you to browse through your local file system. To start you have to enter a valid absolute filepath.

Lorem Ipsum

This plugin enables you to copy sample text to your clipboard. To start, type lipsum followed by a number.

Operating System Commands

Operating system commands are simple commands to control your operating system e.g. to shutdown or restart your computer.

Operating System Settings

This plugin enables you to quickly find operating system settings.

Shortcuts

This plugin enables you to quickly open files or websites by setting up your own shortcuts.

Simple Folder Search

This plugin enables you to quickly search for files or folders.

Translation

This plugin enables you to quickly translate words or short sentences. It uses an unofficial API for Linguee and may be unstable.

UWP (Windows only)

This plugin enables you to find preinstalled UWP apps.

URL

This plugin enables you to quickly open websites by typing in a URL.

Web Search

This plugin enables you to quickly search the internet with your favorite web search engine by setting up your own web search engines.

Workflow

This plugin enables you to quickly execute multiple things at once.

Keyboard shortcuts

Keyboard shortcut Description

Alt Space Bar

Open search box (Default value, can be adjusted in settings)

Enter Execute selected search result

Shift Enter

Execute selected program as admin (Windows only)

Tab Autocomplete file path

Ctrl o

Open the selected program or file at it's location (Windows)

Cmd o

Open the selected program or file at it's location (macOS)

Scroll up

Scroll down

Ctrl or Cmd p

Scroll up

Ctrl or Cmd n

Scroll down

Ctrl i

Open settings (Windows)

Cmd ,

Open settings (macOS)

Shift

Browse user input history up

Shift

Browse user input history down

Ctrl l

Set focus on user input

Supported Languages

  • English
  • Chinese (简体中文)
  • Czech (Česky)
  • Finnish (Suomi)
  • German (Deutsch)
  • Hindi (हिन्दी)
  • Italian (Italiano)
  • Japanese (日本語)
  • Korean (한국어)
  • Portuguese (Português)
  • Russian (Русский)
  • Spanish (Español)
  • Turkish (Türkçe)

Settings

To open the settings simply search for "Settings" or press Ctrl+i on Windows or Cmd+, on macOS. Here you can start configuring the app to your needs by enabling/disabling features or changing the settings.

Updating

The check if any updates are available open the settings. Under "General Settings" you can check if an update is available or not.

On Windows you can directly update the app. On macOS you have to manually download the newest release and replace the existing app.

Privacy

For better search results ueli is keeping track of the applications, files and folders you are executing. If you don't want ueli to track your executions simply open the settings and click on the "three-dot" menu on the top right and choose "Clear execution log" and disable the option "Log execution".

Known bugs

  • (#37) Window starts to move while typing when custom scaling in Windows is set.
  • (#92) If you see an error that says spawn powershell.exe ENOENT check if powershell is installed (should be installed in all recent Versions of Windows by default) and check if powershell is in the PATH variable.
  • (#278) If you're on macOS Catalina you might miss some system apps (for example: Books or QuickTime Player). Try adding /System/Applications to your application search settings.

For more check here.

Development Requirements

  • Git
  • Node 16.x.x
  • pnpm

Setup

$ git clone https://github.com/oliverschwendener/ueli
$ cd ueli
$ pnpm install
Run
$ pnpm bundle
$ pnpm start
Debug

For debugging Visual Studio Code is recommended.

  1. Go to .vscode folder
  2. Make a copy of launch.example.json and rename it to launch.json
  3. Select one of the preconfigured debug modes and start debugging

Run tests

$ pnpm test
Build the app Create portable version
$ pnpm exec electron-builder --dir --config electron-builder-config.yml --publish never
Create installer
$ pnpm exec electron-builder --config electron-builder-config.yml --publish never
Alternatives

For more check here.

Contributors Wall

Note: It may take up to 24h for the contrib.rocks plugin to update because it's refreshed once a day.

Thanks

Thanks to David Gabathuler for the logo!

License

Copyright ©️ Oliver Schwendener. All rights reserved. Licensed under the MIT License.

Alternative Projects

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.