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
- Host: GitHub
- URL: https://github.com/bytesclub/chalk
- Owner: BytesClub
- Created: 2017-02-24T15:50:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T20:15:56.000Z (over 7 years ago)
- Last Synced: 2025-03-28T13:44:56.989Z (about 1 year ago)
- Topics: c, cli, text-editor
- Language: C
- Homepage:
- Size: 2.07 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chalk

[](https://gitter.im/Bytes_Club/General)
[](https://travis-ci.org/BytesClub/chalk)
[](https://www.codacy.com/app/RudraNilBasu/chalk?utm_source=github.com&utm_medium=referral&utm_content=BytesClub/chalk&utm_campaign=Badge_Grade)
[](http://isitmaintained.com/project/bytesclub/chalk "Average time to resolve an issue")
[](http://isitmaintained.com/project/bytesclub/chalk "Percentage of issues still open")
[](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
```