how does neovim/vim's ui work in a console?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • neovim

    Vim-fork focused on extensibility and usability

  • Check out the tui code for yourself. You can learn a lot by looking through it https://github.com/neovim/neovim/tree/master/src/nvim/tui

  • 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

  • As already said, you can print ANSI escape codes to change colors/effects. But there are also many high-level libraries to create TUIs, such as FTXUI and notcurses

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • notcurses

    blingful character graphics/TUI library. definitely not curses.

  • As already said, you can print ANSI escape codes to change colors/effects. But there are also many high-level libraries to create TUIs, such as FTXUI and notcurses

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts