blob: 43b48043b68a6ed4efc8ee84949d0a8ad1db6afc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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.
|