blob: aece7e3070f0e336f9428358ae285da294d67d8d (
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
==================
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
# build
- make
# usage
- on a terminal execute:
path_to_project/jet #server
- on other terminal execute:
path_to_project/jetc #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
|