An open API service indexing awesome lists of open source software.

https://github.com/bytesclub/chalk

Command line text editor written in C
https://github.com/bytesclub/chalk

c cli text-editor

Last synced: about 1 year ago
JSON representation

Command line text editor written in C

Awesome Lists containing this project

README

          

# Chalk

![img](/img/chalk2_header.png)

[![gitter](https://badges.gitter.im/gitterHQ/gitterHQ.github.io.svg)](https://gitter.im/Bytes_Club/General)
[![Build Status](https://travis-ci.org/BytesClub/chalk.svg?branch=master)](https://travis-ci.org/BytesClub/chalk)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/dc5e6c9bac374aaa97c7830ca212edcf)](https://www.codacy.com/app/RudraNilBasu/chalk?utm_source=github.com&utm_medium=referral&utm_content=BytesClub/chalk&utm_campaign=Badge_Grade)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/bytesclub/chalk.svg)](http://isitmaintained.com/project/bytesclub/chalk "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/bytesclub/chalk.svg)](http://isitmaintained.com/project/bytesclub/chalk "Percentage of issues still open")
[![Mailing List](https://img.shields.io/badge/Mailing%20List-BytesClub-blue.svg)](mailto:bytes-club@googlegroups.com)

An attempt to make a text editor in C

### Documentation

To build the Documentation, on `/docs`, run:

```
make latexpdf
```

or

```
make html
```