beatrice - Simple, minimalist code editor, who works only with keybindings.
-
All text editor functions.
-
Tabs support.
-
Last files list.
-
Own open file window.
-
Own clipboard window.
-
Commands support
-
Themes support.
-
Simple syntax highlight support.
-
Macros support.
-
And something else...
-
Clone git repository -
git clone https://github.com/loliconshik3/beatrice.git
-
Move to beatrice directory -
cd beatrice
-
Make
bin
directory and move to it -mkdir bin && cd bin
-
Use cmake for build makefile -
cmake ..
-
Build beatrice from source -
cmake --build .