Commit 2105ce445821381cf1bca87b6d386d4ea88ee20d

antirez 2017-06-20T11:30:07

README: add related projects section.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.markdown b/README.markdown
index e01642c..feaa356 100644
--- a/README.markdown
+++ b/README.markdown
@@ -222,3 +222,8 @@ Sometimes you may want to clear the screen as a result of something the
 user typed. You can do this by calling the following function:
 
     void linenoiseClearScreen(void);
+
+## Related projects
+
+* [Linenoise NG](https://github.com/arangodb/linenoise-ng) is a fork of Linenoise that aims to add more advanced features like UTF-8 support, Windows support and other features. Uses C++ instead of C as development language.
+* [Linenoise-swift](https://github.com/andybest/linenoise-swift) is a reimplementation of Linenoise written in Swift.