A Text Editor made in C, with only ncurses as requirements

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kilo

    A text editor in less than 1000 LOC with syntax highlight and search.

  • The guy who made Redis also wrote a text editor in a 1000 lines of code called Kilo: https://github.com/antirez/kilo What I love most about Kilo is it doesn't use curses, which is a library that was great 30 years ago but needs to die now that vt100 + xterm ansi codes are universally supported. Even the Windows Command Prompt supports them. Seriously. So I say death to ncurses.

  • C-edit

    A text editor in C with drop down menus from scratch. No ncurses.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Teditor

    Discontinued A simple text/code editor

  • Done: https://github.com/ArthurBacci64/Teditor/commit/5621570db21a9c993e123bfdacef33cad3caa21f

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

  • Resistance against London tube map commit history (a.k.a. git merge hell) (2015)

    1 project | news.ycombinator.com | 2 May 2024
  • The File Filesystem

    7 projects | news.ycombinator.com | 30 Apr 2024
  • Ubuntu 24.04 LTS is so buggy you can't install the OS [video]

    1 project | news.ycombinator.com | 1 May 2024
  • Semi-Scripted Conversational Applications

    1 project | dev.to | 1 May 2024
  • Dune 3D 1.1.0 Released

    2 projects | news.ycombinator.com | 1 May 2024