Skip to content

antonderegt/avi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avi Text Editor

Build with the help of Snaptoken.

Prerequisites

To build and run this project you need to have a C-compiler and make installed.

C-compiler

Check if it is installed: cc --version

Make

Check if it is installed: make -v

Build

Run: make

Run

You can use the kilo text editor to make a new file or to edit existing files.

New File Mode

./bin/avi

Edit File Mode

./bin/avi filename.ext

Format

When you have clang-format installed you can format the code with make format

Useful links

VT100 User Guide ANSI Escape Codes

About

VIM-like text editor written in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published