Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.31 KB

beatrice

Discord Issues Start License By

beatrice - Simple, minimalist code editor, who works only with keybindings.

Feauters

  • 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...

Installation

  • 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 .

Documentation