takuzoo3868 / td

πŸ“ text editor written in C, and based on kilo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

takdit

Build Status BSD License

Author: takuzoo3868
Date: 31/Dec/2017

What`s this?

takdit is a very simple text editor written in C. This is based on kilo and does not depend on any library.

setup

$ git clone https://github.com/takuzoo3868/takdit.git
$ cd takdit
$ make
$ ./takdit

usage

If you have performed a make install then just takdit <filename>.

Ctrl-Q - Quit 
Ctrl-S - Save 
Ctrl-F - Find 

License

BSD License

About

πŸ“ text editor written in C, and based on kilo.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 99.6%Language:Makefile 0.4%