No description
Find a file
Nite Coder 0338fd460e
Some checks failed
/ build-release (push) Has been cancelled
work done
2026-06-13 08:52:20 -04:00
.forgejo/workflows seperated workflows 2025-10-18 16:33:16 -05:00
src work done 2026-06-13 08:52:20 -04:00
.gitignore work done 2026-06-13 08:52:20 -04:00
appimage.sh added appimage support 2025-08-06 17:59:45 -04:00
CMakeLists.txt work done 2026-06-13 08:52:20 -04: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