Skip to content

Commit 94c32a8

Browse files
committed
Update README
1 parent de884a5 commit 94c32a8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
<h1 align="center">
22
<br>
3-
<img src="Untitled.svg" alt="ptext logo" width="200">
3+
<img src="./images/logo.png" alt="ptext logo" width="200">
44
<br>
55
ptext
66
<br>
77
</h1>
88
<h4 align="center">A nano like text editor built with pure C </h4>
99

10+
ptext is a text editor based on kilo. <br>
11+
My goal of making this was to learn more about managing tui interfaces not using ncruses.</br>
12+
13+
14+
### Preview:
15+
<div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/e/26qu1e" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
16+
17+
### How to install:
18+
1. Clone this repo.
19+
2. Run `make` inside this repos main directory.
20+
3. go to build directory
21+
4. run ptext with `./ptext`!
22+
23+
### Goals:
24+
1. Fix syntax highlighting.
25+
2. Add search.
26+
3. Add a plugin system.
27+
4. Add windows.
28+
29+
### Work in progress:
30+
This is still work in progress!
31+
32+
### A huge thanks to:
33+
1. [viewsourcecode](https://viewsourcecode.org)
34+
2. [kilo](https://github.com/antirez/kilo)

images/logo.png

58.9 KB
Loading

0 commit comments

Comments
 (0)