Skip to content

luxluth/seekr

Repository files navigation

seekr

System search util for linux

seekr-demo

Installation

cargo install seekr-util

Features

  • gtk-layer-shell allow the seekr window to be displayed as a layer of the desktop wlr-layer-shell-unstable-v1
  • localsearch, in addition to searching apps to launch, with this feature, it is possible to search through files using the same method as the gnome shell.

Requirements

Usage

Running seekr is as simple as

$ seekr

seekr can also be run silently by passing the --silent options. This will run seekr without open a window

Configuration

On the first run of the app, configurations files will be generated into $XDG_CONFIG_HOME/seekr or $HOME/.config/seekr

Contributing

You can contribute to the project in two ways :

  • Translating the app via the ./locales/app.yml file
  • Adding new functionalities to improve the tool