ItzAfroBoy / txt

A shitty text editor written in C99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

txt

A shitty text editor

GitHub GitHub code size in bytes CodeFactor

Building

You will need:

  • A linux machine
  • gcc
  • make

This is because the code utilises two header files that are not availabe on Windows:

  • sys/ioctl.h
  • termios.h

To build:

  1. Download this repo
  2. Enter the directory
  3. Run make to create the binary
  4. Run make install to copy the binary to path
  5. Enjoy

Features

  1. It acts as a code editor as well
  2. Syntax highlighting available in:
  3. Search in file
  4. Thats about it for now. It's WIP

Updates

* 1.0.0 Initial Release

License

GNU GPLv3

About

A shitty text editor written in C99

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:Makefile 0.6%