Vim-like UI engine.
The installation of prerequisites is shown for ArchLinux.
Install the gcc package
sudo pacman -S gcc
Install the make package
sudo pacman -S make
Make build
git clone https://gitflic.ru/project/0mega3/e34.git
cd /target/e34
make
Clean build (remove all compilation artifacts)
cd /target/e34
make clean
Start the e34 ui engine
./e34 tui
Help
:help<Enter>
e34
was created by Denis Khorkin. It is licensed under the terms
of the BSD-3-Clause license.
- Denis Khorkin