Skip to content

0mega3/e34

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

e34

Vim-like UI engine.

demo1

demo2

Prerequisites

The installation of prerequisites is shown for ArchLinux.

Install the gcc package

sudo pacman -S gcc

Install the make package

sudo pacman -S make

Build

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

Usage

Start the e34 ui engine

./e34 tui

Help

:help<Enter>

License

e34 was created by Denis Khorkin. It is licensed under the terms of the BSD-3-Clause license.

Credits

  • Denis Khorkin

About

Vim-like UI engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published