Skip to content

ItzAfroBoy/txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ______  __   __   ______   
/\__  _\/\ \ /\ \ /\__  _\  
\/_/\ \/\ `\`\/'/'\/_/\ \/  
   \ \ \ `\/ > <     \ \ \  
    \ \ \   \/'/\`\   \ \ \ 
     \ \_\  /\_\\ \_\  \ \_\
      \/_/  \/_/ \/_/   \/_/

A shitty text editor written in C99
GitHub License GitHub tag (with filter) CodeFactor GitHub code size in bytes

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published