Oswald Chambers' devotional wisdom, right in your terminal.
Utmost brings the timeless insights of Oswald Chambers' My Utmost for His Highest to your command line. It fetches the daily devotional entry from utmost.org and displays it with beautiful terminal styling—perfect for starting your day with reflection before diving into code.
If you have a functional Go environment, you can install with:
go install github.com/The-Infra-Company/utmost@latestgit clone git@github.com:The-Infra-Company/utmost.git
cd utmost
make buildSimply run the command to fetch and display today's devotional:
utmostThe output includes:
- Title — The devotional's heading for the day
- Scripture Verse — The key verse with reference
- Body — Chambers' reflection and insight
- Bible Reading — Suggested passage for further study
For bug reports & feature requests, please use the issue tracker.
PRs are welcome! We follow the typical "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull Request so that we can review your changes
Tip
Be sure to merge the latest changes from "upstream" before making a pull request!
