a simple email TUI
Find a file
2024-08-23 22:41:51 -05:00
.editorconfig updates 2024-08-13 03:00:10 -05:00
.gitignore initial commit 2024-08-13 02:07:35 -05:00
flake.lock initial commit 2024-08-13 02:07:35 -05:00
flake.nix initial commit 2024-08-13 02:07:35 -05:00
go.mod initial commit 2024-08-13 02:07:35 -05:00
go.sum initial commit 2024-08-13 02:07:35 -05:00
main.go updates 2024-08-13 03:00:10 -05:00
README.md rename 2024-08-23 22:41:51 -05:00

mailgirl

a Terminal UI (made with BubbleTea) email client (wrapped around Himalaya)

still very much in development

plans

a prettier, simpler aerc

  • interaction
    • tab: switch focus
    • when message list is focused:
      • enter: open in reader
    • when reader is focused:
      • esc: close reader
      • (pg)up/down: as you might expect them to work
  • configuration
    • path to himalaya
  • panels
    • current folder name (inbox by default)
    • message viewer
      • improve rendering of HTML emails (readability go module?)
  • down the road
    • reply/compose support (external editor?)
    • folder menu overlay
    • more complete support for himalaya cli commands