izvor.html
HTML document, Unicode text, UTF-8 text
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4<meta charset="UTF-8"> 5<title> 6Izvor 7</title> 8<link rel="stylesheet" href="/static/style.css"> 9<meta name="viewport" content="width=device-width, initial-scale=1.0"> 10</head> 11<body> 12<header> 13<a href="#main" id="skip-link">Skip navigation</a> 14<nav> 15<ul> 16<li><a href="/">Home</a></li> 17<li><a href="/projects">Projects</a></li> 18<li><a href="/index">Index</a></li> 19<li><a href="/about">About</a></li> 20<li><a href="https://roundabout-host.com/roundabout">Roundabout-host</a></li> 21</ul> 22<ul> 23<li><a href="mailto:root@roundabout-host.com" id="mail-link">root@roundabout-host.com</a></li> 24</ul> 25</nav> 26</header> 27<main id="main"> 28 29<div class="project-title"> 30<h1> 31Izvor 32</h1> 33<a href="https://roundabout-host.com/roundabout/izvor" class="repository-button">Go to repository</a> 34</div> 35<p class="tags"> 36 37<a href="/index/gtk.html" class="tag">gtk</a> 38 39<a href="/index/software.html" class="tag">software</a> 40 41<a href="/index/python.html" class="tag">python</a> 42 43<a href="/index/gnu/linux.html" class="tag">gnu/linux</a> 44 45<a href="/index/gpl.html" class="tag">gpl</a> 46 47<a href="/index/izvor.html" class="tag">izvor</a> 48 49<a href="/index/utility.html" class="tag">utility</a> 50 51</p> 52<article class="content-area"> 53<p>Izvor is a GNU/Linux universal search/launcher utility. 54</p><p><img alt="Izvor screenshot" src="https://roundabout-host.com/roundabout/izvor/raw/master/screenshot.png"></img> 55</p><p>It is written in Python, using GTK (3, not 4, and without libadwaita) for the 56graphical interface. It is licensed under the GPL. 57</p><p>It ships without any search sources. The default search engines are located at 58<a href="https://roundabout-host.com/roundabout/izvor-modules/">Izvor Modules</a>. 59</p><h2>Features</h2><ul><li><p>Search anything on your device and more: applications, files, run commands 60and more 61</p></li><li><p>Fully modular (every search engine is a separate Python module), engines are 62easy to write 63</p></li><li><p>Asynchronous; results are delivered when they become available 64</p></li><li><p>Native look and feel using GTK+, no stupid WWW GUI or hacker styling like half 65of the launchers out there; of course, it respects your GTK theme 66</p></li><li><p>User modules are as easy to access as standard ones; no need to prefix your 67queries 68</p></li><li><p>Fully keyboard-operable, but still usable with mouse; choose your preferred 69input method 70</p></li><li><p>Plugins are configured using JSON 71</p></li><li><p>Libre (GPLv3) 72</p></li></ul><p>Currently, it is in development, lacks fuzzy search and localisation (but the main 73window has no text) and is not yet packaged for any distribution. It is, however, 74prepared for Flatpak, and I use it myself. 75</p><h2>Meaning of the name</h2><p>"Izvor" is a Serbo-Croatian, Romanian, Bulgarian and Macedonian word meaning 76"source". This reflects the launcher's ability to bring you search results from 77many sources. 78It is pronounced as "Eez-vor" with the accent as in "Izvōr", not "Īzvor". 79</p> 80</article> 81 82</main> 83<footer> 84<p>Page generated on Sunday, 4 May 2025 at 15:06:42</p> 85<p xmlns:cc="http://creativecommons.org/ns#" >This work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC0 1.0 Universal</a> (🄍). No rights reserved.</p> 86<p>Hosted at <a href="https://roundabout-host.com/roundabout">Roundabout-host</a> using the static site service, and generated with <a href="/projects/ampoule.html">Ampoule</a>.</p> 87<a href="#">Back to top</a> 88</footer> 89</body> 90</html>