Skip to content

A terminal user interface for reading the scriptures: Book of Mormon, Doctrine and Covenants, Pearl of Great Price, and King James Bible

License

Notifications You must be signed in to change notification settings

ephraimkunz/scriptures-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptures-tui

A terminal user interface for reading the scriptures: The Book of Mormon, Doctrine and Covenants, Pearl of Great Price, and King James version of the Bible.

Structure

src/
├── app.rs     -> holds the state and application logic
├── event.rs   -> handles the terminal events (key press, mouse click, resize, etc.)
├── handler.rs -> handles the key press events and updates the application
├── lib.rs     -> module definitions
├── main.rs    -> entry-point
├── tui.rs     -> initializes/exits the terminal interface
└── ui.rs      -> renders the widgets / UI

About

A terminal user interface for reading the scriptures: Book of Mormon, Doctrine and Covenants, Pearl of Great Price, and King James Bible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages