Default software launcher on virtually all Linux distributions limits itself to solely looking out and launching apps put in in your system.
However if you need your app launcher to do greater than what it might provide, Ulauncher is a Linux productiveness software program that you need to try proper now.
Ulauncher: Extra Than Utility Launcher
Ulauncher is a totally free and open-source software launcher for Linux-based OS. It’s written in Python, utilizing the GTK+ toolkit for GUI.
It’s also easy and light-weight obtainable for nearly all Linux desktop environments comparable to GNOME, KDE, and Xfce.
For those who use macOS, you’ll discover it aware of the default Highlight or fashionable third-party app launcher like Alfred.
Search App Utilizing Ulauncher
As soon as you put in and launch the app, you need to use the default hotkey CTRL + House
to activate it, i.e., present enter field to look.
The app provides prompt search outcomes through the use of fuzzy matching. What it means is that Ulauncher reveals associated outcomes even if you happen to kind the unsuitable spelling of the applying identify.
In case you need Ulauncher to skip looking out some directories, you may add absolutely the path of a listing to a Blacklisted App Dirs.
Search File System
Past app search, if you happen to begin typing with ~
or /
, it’s going to allow you to browse recordsdata and directories, and navigate as properly.
Use Shortcuts For Question Or Script
Ulauncher additionally helps internet search immediately via its personal enter field. By default, it comes with three fallback search with its shortcuts.
g
– Googleso
– Stack Overflowwiki
– Wikipedia
Wish to search YouTube or add shortcuts for scripts? You too can create a customized shortcut for internet search or your scripts.
Change Shade Themes
Ulauncher comes with 4 built-in themes: Adwaita, Elementary Gentle, Elementary Darkish, and Ubuntu.
If you wish to attempt extra themes like Arc Darkish, Mint-Y-Darkish, Dracula, and Pop!_OS, you will discover it here contributed by different individuals.
To put in new themes, you solely must do is clone the repository to ~/.config/ulauncher/user-themes/
listing.
git clone https://github.com/yerbestpal/ambiant-mate-ulauncher-theme.git ~/.config/ulauncher/user-themes/ambiant-mate-ulauncher-theme
Didn’t like all of the themes? you too can create your individual customized colour theme by overriding the present one. You may comply with the steps given here.
Add Performance Utilizing Extensions
To make Ulauncher extra highly effective and feature-rich, it permits including extensions. Extensions are mainly Python 3 packages that run as a separate course of together with the app.
Tons of third-party extensions are available you could add to carry out extra capabilities immediately utilizing Ulauncher.
For instance, Timer for the countdown with notifications, Clipboard for copied knowledge, SSH Launcher, and Google Translate.
If some extension crashes after putting in it, you would possibly want so as to add dependencies it requires.
Aren’t you capable of finding an appropriate extension to your want? You may create your own extension utilizing Python.
How To Set up Ulauncher On Linux?
The simplest approach to set up Ulauncher is to download its Debian or RPM packages and set up by double-clicking (if in case you have a GUI bundle installer). Or you may run the next command:
For Debian or Ubuntu-based,
sudo apt set up ./package-name
For Fedora,
sudo dnf set up ./package-name
Ulauncher can be obtainable in AUR repository for Arch Linux.
git clone https://aur.archlinux.org/ulauncher.git && cd ulauncher && makepkg -is