No description
Find a file
Nite Coder c04e3ca6ce
All checks were successful
/ build-release (push) Successful in 1m9s
some start on the debugging work
2026-01-28 16:37:10 -06:00
.forgejo/workflows seperated workflows 2025-10-18 16:33:16 -05:00
src some start on the debugging work 2026-01-28 16:37:10 -06:00
.gitignore rewrote the parsing engine and added some features that were requested 2026-01-15 13:23:56 -05:00
appimage.sh added appimage support 2025-08-06 17:59:45 -04:00
CMakeLists.txt some start on the debugging work 2026-01-28 16:37:10 -06:00
README.md Added README 2025-10-18 10:18:22 -05:00
Sermonator.desktop added appimage support 2025-08-06 17:59:45 -04:00
sermonator.svg added appimage support 2025-08-06 17:59:45 -04:00

Sermonator

Config

You need a file at ~/.sermonator.toml with the contents of

[general]
path = "<path to sermons>" # Note, you can't use ~ or $HOME

Usage

This program functions kinda like fzf, you select your sermon and it outputs to the path to the command line so if you want to open it in vim, you do this:

vim $(./sermonator find filepath)

You can also list the files that failed to parse with

./sermonator show failed_files

Installation

Right now you have to click on Actions tab in Forgejo and download the artifact 'sermonator' from the latest action job