From 7cb0a7b6d4bedf5e80bbf0549a3a1e821d5afbbb Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 19 May 2015 13:54:50 -0700 Subject: [PATCH] Add ideal applications to readme --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Readme.md b/Readme.md index 163255e..add4988 100644 --- a/Readme.md +++ b/Readme.md @@ -23,6 +23,11 @@ fn main() { } ``` +The goal is to be flexible enough, so that recreating these kind of tools would - relatively - easy (at least on the layout front): + +* [menuconfig](http://en.wikipedia.org/wiki/Menuconfig#/media/File:Linux_x86_3.10.0-rc2_Kernel_Configuration.png) +* [nmtui](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Configure_a_Network_Team_Using_the_Text_User_Interface_nmtui.html) + A few notes : * The main focus point is _not_ performance. This is a simple layout library, guys, not [compiz](https://www.google.com/search?q=compiz&tbm=isch) piped into [libcaca](https://www.google.com/search?q=libcaca&tbm=isch). Unless you are running it on your microwave's microcontroller, it's not going to be slow.