By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 README.md

View raw Download
text/plain • 851 B
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 menu

  • terminal: 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)

                
                    
1
Izvor modules
2
=============
3
4
This repository contains the default search engines for [Izvor](https://roundabout-host.com/roundabout/izvor/).
5
6
Izvor doesn't have built-in search engines; instead, it uses Python modules to
7
source results. This repository contains the standard search engines that are
8
shipped with Izvor. Like Izvor itself, they are licensed under the GPLv3.
9
10
To install them, put the contents of this repository in `~/.local/share/izvor/modules/`
11
or `/usr/share/izvor/modules/` to make them available to all users.
12
13
List
14
----
15
16
* `applications`: search for installed applications, using `.desktop` files, the
17
same 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
20
fast)
21