Skip to content

jayantbh/slate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slate Build Status

This project aims to build a proof-of-concept command line text editor.

Collaborators

  • Sagnik Chatterjee (@chatsagnik)
  • Jayant Bhawal (@jayantbh)
  • Soumyarup Paul (@soumyarup-paul)
  • Subham Singh (@ssubham-singh)

Instructions

Build using cmake . && make.
Run ./backend.out for testing the backend.
Run ./slate.out to test the editor.
Quick run:

cmake . && make && ./slate.out file.txt

Pre-requisites

  • CMake 2.5.1 or above (optional)
  • Make (optional)
  • GCC
  • NCurses library
  • Panel library

Project Updates

  • Supports insert, delete, cursor movement, per-line scrolling, undo, find, replace, and persistence.
  • Left to do: selection, copy(), and paste().

About

Command line text editor, built from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors