diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-17 16:21:20 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-17 16:22:31 -0300 |
commit | c1d93b0bc5a2abcf5e7cadd17ef9db7f57a524fc (patch) | |
tree | 79d5d07caaf6efe5f905b9896f282dbbe5db8639 | |
parent | e3d20a08ffb3037beb63deea6c99490e2a24aa89 (diff) | |
download | jet-c1d93b0bc5a2abcf5e7cadd17ef9db7f57a524fc.tar.gz jet-c1d93b0bc5a2abcf5e7cadd17ef9db7f57a524fc.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,13 @@ Jet: a remote text editor ================== -Now that I think about it... Arte would be a good name for this. +This project aims to be a daemon that can be accessed remotely to edit files. # disclaimer This project is not even in alpha so everything is subject to change at any moment. +*For now only a linux build is available.* + # dependencies - ncurses @@ -21,7 +23,7 @@ path_to_project/jet #server - on other terminal execute: -path_to_project/jet2 #client +path_to_project/jetc #client # key bindings Current key bindings work kinda like vim. @@ -30,5 +32,3 @@ Current key bindings work kinda like vim. - 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. |