From 5d0051f0317bf61d87fca858bdb749daec2f54cb Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Fri, 11 Mar 2022 21:24:49 -0800 Subject: [PATCH] add asciiMol --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c0c8b0..d8e3e7c 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ List of projects that provide terminal user interfaces ## Miscellaneous +- [asciiMol](https://github.com/dewberryants/asciiMol) Curses based ASCII molecule viewer for linux terminals. - [adbtuifm](https://github.com/darkhz/adbtuifm) A TUI file manager for Android, based on the Android Debug Bridge(ADB). - [diary](https://github.com/actuday6418/Diary) A diary app written in Rust that encrypts both text and file data, and can decrypt and build a rich HTML representation of your diary when required. - [dive](https://github.com/wagoodman/dive) A tool for exploring each layer in a docker image