Easy Verse
Bible search plugin for Flow Launcher
Bible Search Plugin for Flow Launcher
EasyVerse is a powerful and user-friendly Bible search plugin for Flow Launcher. It allows you to quickly look up Bible verses, search by keyword, and compare across multiple versions—all from your keyboard.
- 🔍 Quick verse lookup by reference (e.g.,
jn 3 16
orgen 1:1
) - 🗝️ Keyword search across the whole Bible, a specific book, or a chapter (e.g.,
find love
,find faith jn
,find hope rom 8
) - 📖 Multiple versions supported: NASB, ESV, NKJV, WEB, TeluguBSI, and more
- 🏷️ Book abbreviations and aliases (e.g.,
jn
for John,1co
for 1 Corinthians) - 📝 Set your default version (e.g.,
setversion esv
) - 📋 Copy full verse and reference to clipboard with one press
- 🧠 Graceful error messages and suggestions for typos
- ⚡ Fast, modular, and extensible codebase
- Download or clone this repository into your Flow Launcher plugins directory:
C:/Users/<YourUser>/AppData/Roaming/FlowLauncher/Plugins/EasyVerse
- Restart Flow Launcher. The plugin should appear in the Plugins list.
- Python 3.7+ required. Set the correct Python path in Flow Launcher settings if needed.
ver jn 3 16
ver gen 1:1
ver 1co 13 4 esv
ver find love
ver find faith jn
ver find hope rom 8 nkjv
ver setversion esv
- All future queries will use ESV unless you specify another version.
- Type only a book (e.g.,
ver jn
) to see available chapters. - Type a book and chapter (e.g.,
ver jn 3
) to see available verses.
- If you mistype a book, EasyVerse will suggest the closest matches.
- If a verse is not found, you'll get a helpful message.
- Default version is stored in
settings.json
in the plugin folder. - Supported versions:
nasb
,nasb95
,esv
,nkjv
,web
,tel
(TeluguBSI) - To add more versions, place the corresponding JSON file in the
bibles/
folder and updatebible.py
if needed.
- Inspired by the Flow Launcher and open-source Bible tools community.