Hello HN! I'm developing ASCII Table Editor — a CLI utility in pure C for working with tables in the terminal. It's something between standard console tools and Excel, but without GUI. The utility supports creating, editing, saving and loading tables, storing them in nice ASCII files. Key feature: two modes — interactive menu for beginners and special syntax for quick table creation. Supports three languages: Ukrainian, English, Russian. Code is a single table.c file, compiles with any C compiler. In the future I plan to add Excel-like features: formulas, calculations, sorting, filtering, database connectivity to create a full-featured CLI table editor for terminal enthusiasts. Project on GitHub:
https://github.com/Ferki-git-creator/table I welcome feedback, ideas, and contributions to development!