summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2026-04-26feat: OS Index PagesJacob McDonnell
2026-04-26refactor: Split Go code into multiple filesJacob McDonnell
2026-04-26feat: Get OSes from DatabaseJacob McDonnell
The OS drop down now uses HTMX to get the OSes from the database on load.
2026-04-25feat: Main Page to search for man pagesJacob McDonnell
Added a main index page that uses HTMX to search for man pages and place the contents on the page.