From 70f07f64ab261d39d9bca8c0f77d552f2dba3874 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Sun, 21 Nov 2021 11:38:39 -0600 Subject: [PATCH] Update --- ui.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ui.md diff --git a/ui.md b/ui.md new file mode 100644 index 0000000..9ce791e --- /dev/null +++ b/ui.md @@ -0,0 +1,7 @@ +# User Interface + +User interface, or UI, is an interface between human and computer. + +Remember the following inequality: + +*non-interactive [CLI](cli.md) > interactive [CLI](cli.md) > [TUI](tui.md) > [GUI](gui.md)* \ No newline at end of file