Skip to content

SegmentationViolator/Ctxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

I worked on this project because I wanted to learn C and do a fun project.

This editor is written and tested to be run only on linux. you may try to run it on other OSes but it's not guaranteed to work on other OSes

This project is based on this booklet: Build Your Own Text Editor.

The booklet is written by Snaptoken.

Compiled binaries aren't provided so if you want to run this on your machine you will have to compile it yourself.

Compilation Instructions

Pre-requisites

  • C compiler. (e.g. GCC, Clang)
  • (Optional) git.

compilation

git clone https://github.com/SEG-V/ctxt
cd ctxt
make build
./ctxt

Configuration

The configuration file config.ini should be loacted at $HOME/.config/ctxt/

options value default description
tabstop unsigned int 8 width of '\t'
numberline on | off off toggle numberline

Contribute

If you encounter any bugs while trying out the editor please report them.

Changelog

Check out changelog.md

About

A text editor written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published