File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >
2
2
<br >
3
- <img src =" Untitled.svg " alt =" ptext logo " width =" 200 " >
3
+ <img src =" ./images/logo.png " alt =" ptext logo " width =" 200 " >
4
4
<br >
5
5
ptext
6
6
<br >
7
7
</h1 >
8
8
<h4 align =" center " >A nano like text editor built with pure C </h4 >
9
9
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 )
You can’t perform that action at this time.
0 commit comments