From 2ed0c74809c57bfee33844837fc5377fd62f941c Mon Sep 17 00:00:00 2001 From: Justin Garrison Date: Mon, 3 Apr 2023 09:47:23 -0700 Subject: [PATCH] Add draw --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed05c8c..5140e40 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ List of projects that provide terminal user interfaces - [broot](https://dystroy.org/broot/) A new way to see and navigate directory trees - [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 +- [draw](https://github.com/maaslalani/draw) Draw in your terminal - [ec2-instance-selector](https://github.com/aws/amazon-ec2-instance-selector) A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory - [emu2](https://github.com/dmsc/emu2) A simple DOS emulator for the Linux text console, supporting basic DOS system calls and console I/O. - [fzf](https://github.com/junegunn/fzf) A general-purpose command-line fuzzy finder