From bae527345c58cda7447df767561e8512dc3a9c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 13 Jul 2020 11:06:13 -0300 Subject: Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..43b4804 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +![C/C++ CI](https://github.com/jmtomas/jet/workflows/C/C++%20CI/badge.svg) + +Jet: a remote text editor +================== +Now that I think about it... Arte would be a good name for this. + +# disclaimer +This project is not even in alpha so everything is subject to change at any moment. + +# dependencies +- ncurses + +# build +- make + +# usage + +- on a terminal execute: + +path_to_project/jet #server + +- on other terminal execute: + +path_to_project/jet2 #client + +# key bindings +Current key bindings work kinda like vim. + +- h: move left +- l: move right +- i: enter insert mode +- C-g: on insert mode it exits to normal mode, on normal mode it exits the client + +For now only a linux build is available. -- cgit v1.2.3