README.md
ASCII text
Izvor modules
This repository contains the default search engines for Izvor.
Izvor doesn't have built-in search engines; instead, it uses Python modules to source results. This repository contains the standard search engines that are shipped with Izvor. Like Izvor itself, they are licensed under the GPLv3.
To install them, put the contents of this repository in ~/.local/share/izvor/modules/
or /usr/share/izvor/modules/
to make them available to all users.
List
applications
: search for installed applications, using.desktop
files, the same ones that are used in your desktop environment's menuterminal
: run commands in a terminal emulator (which one is configurable)files
:locate
files on your system (this uses an index, so it's reasonably fast)
1Izvor modules 2============= 3 4This repository contains the default search engines for [Izvor](https://roundabout-host.com/roundabout/izvor/). 5 6Izvor doesn't have built-in search engines; instead, it uses Python modules to 7source results. This repository contains the standard search engines that are 8shipped with Izvor. Like Izvor itself, they are licensed under the GPLv3. 9 10To install them, put the contents of this repository in `~/.local/share/izvor/modules/` 11or `/usr/share/izvor/modules/` to make them available to all users. 12 13List 14---- 15 16* `applications`: search for installed applications, using `.desktop` files, the 17same ones that are used in your desktop environment's menu 18* `terminal`: run commands in a terminal emulator (which one is configurable) 19* `files`: `locate` files on your system (this uses an index, so it's reasonably 20fast) 21