Skip to content

okforth/miniM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal very low-level text editor working with files and made using only Termios and ANSI escape codes (control sequences)!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.8%
  • Makefile 0.2%