2025-08-15 14:13:17 -04:00
2025-08-15 14:13:17 -04:00
2025-08-15 14:13:17 -04:00
2025-03-14 18:18:41 -04:00
2025-06-04 06:07:15 -04:00
2025-06-04 06:07:15 -04:00
2025-05-17 15:09:11 -04:00
2025-08-15 14:13:17 -04:00

Neutuino

Zero dependency pure-rust simple TUI library

Supported OSes: Windows 10+, MacOS (untested), and Linux

This project is still highly work in progress and it will be a decent while until feature completeness

Roadmap

  • Output (Unix)
  • Output (Windows)
  • Input (Unix) (Appears to work, more testing needed)
  • Input (Windows) (WIP)
  • Advanced Input (Kitty-like)
  • Advanced Input (Windows)
  • Events (Focus reporting, Bracketed-paste) (Unix)
  • Events (Focus reporting, Bracketed-paste) (Windows)
  • Mouse input (Unix)
  • Mouse input (Windows)
  • Feature completeness / API cleanup

Stability

This library is unstable, for now every release should be considered breaking

Support

This library generally attempts to have as much functionality as it can but sadly many terminal emulators are heavily limited, there are a few protocols I have decided not to support (i.e. Kitty graphics protocol)

In general, this library will work best with terminals that support Kitty comprehensive keyboard handling

Protocol Support

This is a list of terminal protocols and whether they will be supported, they still might not work as this library is work in progress but eventually will be

Just because a protocol is listed as not planned doesn't mean it definitely won't be added, but it is most likely not without good reason

  • Standard Windows terminals (Full support planned)*
  • WinPTY (Windows psuedo-terminals) (Full support planned)
  • Standard *nix terminals (Full support planned)*
  • OSC 52 system clipboard (Full support planned)
  • Kitty comprehensive keyboard handling (Full support planned)
  • Kitty colored and styled underlines (Full support planned)
  • Other Kitty protocols (there are a lot of them) (Not planned)

* Do not have full support for advanced input

Description
No description provided
Readme MIT 166 KiB
Languages
Rust 100%