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