Skip to content

Commit

Permalink
README: add related projects section.
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed Jun 20, 2017
1 parent c894b9e commit 2105ce4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 2105ce4

Please sign in to comment.