Support the channel:
PayPal: [email protected]
Patreon: / code_monkey_king
============================
Programming a Text Editor in Go:
============================
• Programming a Text Editor in Go - Int...
====================
MY TOY TEXT EDITORS
====================
VI-like text editor in 100 lines of C++ code:
https://github.com/maksimKorzh/ved
Text editor in 50 lines of python:
https://github.com/maksimKorzh/v
VI-like text editor in 125 lines of python:
https://github.com/maksimKorzh/edit/b...
Text editor with python shell:
https://github.com/maksimKorzh/pi
Tiny vi-like text editor in only 125 lines of python code:
https://github.com/maksimKorzh/vip
Text editor with syntax highlighting:
https://github.com/maksimKorzh/code
Kilo text editor cone in C:
https://github.com/maksimKorzh/kilo-c...
Kilo text editor port to ESP32:
https://github.com/maksimKorzh/esp32-...
===============================================
TUTORIALS COVERING MOST OF THE ABOVE PROJECTS
===============================================
• Revolutionary brand new approach to t...
=========
Contents:
=========
00:00 Intro
01:45 Installing Pygments
03:49 Piping ed output to Pygmentize
05:10 Installing rlwrap
05:37 Running ed with readline & syntax highlighting