Skip to content

ItzAfroBoy/txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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