Skip to content

amupitan/vicpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VicPad

VicPad is a simple terminal text-editor built in C++ for my personal use and maybe yours

Setup

Requires gcc and ncurses

Run the Makefile:

$ make

Usage

Open the application:

  • create a new file:

      $ ./bin/vicpad
    
  • open existing file:

      $ ./bin/vicpad already_existing_file.txt
    

About

A CLI text-editor

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published