├── .github └── FUNDING.yml ├── LICENSE ├── PKGBUILD ├── README.md ├── rofi-zeal.sh └── screenshots ├── 1.png ├── 2.png ├── 3.png └── 4.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/LICENSE -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/README.md -------------------------------------------------------------------------------- /rofi-zeal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/rofi-zeal.sh -------------------------------------------------------------------------------- /screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/screenshots/1.png -------------------------------------------------------------------------------- /screenshots/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/screenshots/2.png -------------------------------------------------------------------------------- /screenshots/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/screenshots/3.png -------------------------------------------------------------------------------- /screenshots/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zeioth/rofi-zeal/HEAD/screenshots/4.png --------------------------------------------------------------------------------