From 94f8c6454be187b4721d3f300cfd734586c66f13 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Mon, 2 Dec 2024 12:23:10 +0800 Subject: [PATCH] Add SheetsUI (#257) SheetsUI is a console based spreadsheet application written in Rust. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 839eca4..9ea7821 100644 --- a/README.md +++ b/README.md @@ -414,6 +414,7 @@ List of projects that provide terminal user interfaces - [procmux](https://github.com/napisani/procmux) - a TUI for running multiple commands in parallel in easily switchable terminals - [productivity-timer](https://github.com/h-sifat/productivity-timer) A command line time tracker application with a sleek TUI. - [sc-im](https://github.com/andmarti1424/sc-im) An ncurses spreadsheet program for terminal. Reignited version of sc +- [SheetsUI](https://github.com/zaphar/sheetsui) A console based spreadsheet application - [slides](https://github.com/maaslalani/slides) A terminal based presentation tool, supporting markdown syntax. - [taskline](https://github.com/perryrh0dan/taskline) Tasks, boards & notes for the command-line habitat - [taskwarrior-tui](https://github.com/kdheepak/taskwarrior-tui) A Terminal User Interface for Taskwarrior