Skip to content

thelissimus/ted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TED - Text EDitor
=================

Simple text editor for command line.

Installation
------------

Build it from source with:

	make

Install with:

	make install

Uninstall with:

	make uninstall

Usage
-----

	ted FILENAME

See doc/KEYBINDINGS for keyboard bindings.

Code Style
----------

I follow OpenBSD code style: https://man.openbsd.org/style.9/. Set up
clang-format as close as I could. To format the source code run:

	make format

Dependencies
------------

Tests:
* Criterion - https://github.com/Snaipe/Criterion/

Documentation:
* Doxygen  - https://www.doxygen.nl/
* Graphviz - https://graphviz.org/

License
-------

BSD-3-Clause