meli
imtui
meli | imtui | |
---|---|---|
8 | 14 | |
366 | 3,186 | |
- | 1.1% | |
7.5 | 2.7 | |
over 2 years ago | 9 months ago | |
Rust | C++ | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
meli
-
Easy to use e-mail clients for GNU/Linux?
There's also https://github.com/meli/meli.
- GitHub - meli/meli: 🐝 experimental terminal mail client, mirror of https://git.meli.delivery/meli/meli.git https://crates.io/crates/meli
-
Mutt's Secret Sauce (2017)
Try https://github.com/meli/meli/ it's mostly stable and doesn't have the problems described in the article. Development's on hold due to some personal factors but it's going to be picked up again.
-
Writing Programs with Ncurses
I don't know if it counts as rich, but I rolled my own terminal UI in my email client meli [0]. There's a web demo here: https://meli.delivery/wasm2.html that is the client compiled to webassembly and the ANSI escape codes translated to equivalent SVG drawing so that you can try it on your browser. [0] https://github.com/meli/meli/
-
Best terminal mail client
Meli. It's actively developed, looks good, has TUI, supports multiple accts, Maildir, mbox, notmuch, IMAP and JMAP. Need I say more?
- Mail clients that can show labels?
-
Ask HN: Show me your Half Baked project
My terminal mail client. Work has been slow but steady
https://meli.delivery
https://github.com/meli/meli
imtui
-
Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones?
imtui looks interesting. A text based backend for Dear ImGui. Never tested it myself though.
https://github.com/ggerganov/imtui
-
Textual Web: TUIs for the Web
Check this out - https://github.com/ggerganov/imtui - it's imgui for tui, and I guess one can compile it as wasm and run there!
- Is a graphics library necessary for a "game" that just uses ascii characters similar to dwarf fortress? If so, suggestions?
- Show HN: Text-based UI (TUI) for a Slack client (mock)
-
Alternative to ncurses for modern C++ (TUI)
Curses is the de facto TUI base, but there is no de facto standard C++ wrapper around curses. Google has FlatUI, FTXUI and Notcurses are popular, imtui is directly inspired by Dear ImGui. The list goes on and on, there are plenty of popular TUI libraries that all build upon Curses.
-
14 great tips to make amazing CLI applications
This can be as easy as wrapping a simple stdin/stdout loop with rlwrap, all the way to using full featured TUI libraries like bubbletea (golang), textual (python) or imtui (c++).
- ImTui: Immediate Mode Text-Based User Interface C++ Library
-
How do I draw a triangle of any shape, form or size in the console?
Second case is trickier. You probably want to check imtui or similar APIs.
-
Libraries
imtui
What are some alternatives?
himalaya - CLI to manage emails
FTXUI - Features: - Functional style. Inspired by [1] and React - Simple and elegant syntax (in my opinion). - Support for UTF8 and fullwidth chars (→ 测试). - No dependencies. - Cross platform. Linux/mac (main target), Windows (experimental thanks to contributors), - WebAssembly. - Keyboard & mouse navigation. Operating systems: - linux emscripten - linux gcc - linux clang - windows msvc - mac clang
mblaze - Unix utilities to deal with Maildir
libyui - Libyui is a widget abstraction library providing Qt, GTK and ncurses frontends. Originally it was developed for YaST but it can be used in any independent project.
mutt-wizard - A system for automatically configuring mutt and isync with a simple interface and safe passwords
typer - Typer, build great CLIs. Easy to code. Based on Python type hints.
mail-builder - E-mail builder library for Rust
notcurses - blingful character graphics/TUI library. definitely not curses.
deltachat-core-rust - Delta Chat Rust Core library, used by Android/iOS/desktop apps, bindings and bots 📧
awesome-tuis - List of projects that provide terminal user interfaces
astroid - A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
clap-rs - A full featured, fast Command Line Argument Parser for Rust