Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 844 Bytes

todo.md

File metadata and controls

25 lines (23 loc) · 844 Bytes

Main Goals

  • Manage epubs by copying and storing
  • Unzip epubs
  • Parse HTML to properly formatted text
  • Render text using termbox
  • Load ToC into a struct
  • Hotkey Basic System
  • Implement Commander Bottom Bar
  • Add Chapter Navigation
  • Scroll through a book completely
  • Load book from previous state
  • Add Database to Keep track of read books

Bugs

  • Fix rendering of text
  • The problem with this is that /n need to be filled with white spaces for the remaining cols on the screen.
  • When loading a book again you don't start at the same position

Future Goals

  • Implement a search system
  • Implement
  • Add support for links
  • Add support for images (iTerm2) and other terminals use ASCII art conversion
  • Implement ToC Screen
  • Implement Config Manager