From 75e33b45507ad038affbc22367f06047fe6a98e3 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Wed, 10 Jan 2024 01:24:35 +0800 Subject: [PATCH] Add ttyplot (#179) ttyplot is a realtime plotting utility for terminals with data input from stdin/pipe. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a437cb9..da12c6a 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ List of projects that provide terminal user interfaces - [tmux](https://github.com/tmux/tmux) Terminal multiplexer - [todoman](https://github.com/pimutils/todoman) A simple, standards-based (ics, DAV), cli task-manager - [topydo](https://github.com/topydo/topydo) A powerful todo list application using the todo.txt format +- [ttyplot](https://github.com/tenox7/ttyplot) A realtime plotting utility for terminals with data input from stdin/pipe. - [TUIFIManager](https://github.com/GiorgosXou/TUIFIManager) A cross-platform terminal-based file manager *(supports termux)* - [TUI_ProjectManager](https://github.com/NicoDblc/TUI_ProjectManager) A simple project-based todo list written in Rust - [tuihub](https://github.com/ashis0013/tuihub) A utility hub/dashboard for personal use