Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 927 Bytes

File metadata and controls

34 lines (21 loc) · 927 Bytes

miniM

Minimal low-level (nano-like) text editor that lets you work on files; build on and basing on termios and ANSI escape codes (ANSI control sequences)

Editor now has overtype and insert input modes (Insert mode ON by default, CTRL+T to change between the modes)

Project is still WIP

Installation

git clone https://github.com/at-eee/miniM.git
cd miniM
gcc ./src/main.c -o miniM.out

Usage

./miniM.out

Demos

Example use

example_use_showcase

Showcase of all the current editor options (mentioned in the status bar i.e: save, open new, open existing file, quit)

Adjuststable window size:

window_size_automatic_adjust_example

Showcase of the editor program adjusting accordingly to the new terminal window size