https://github.com/mblode/tm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mblode/tm
- Owner: mblode
- License: mit
- Created: 2021-01-23T07:18:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T02:36:58.000Z (about 5 years ago)
- Last Synced: 2025-04-02T05:47:44.858Z (about 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
TM
Terminal window manager written in Rust
TM is a text editor built in Rust. It’s a re-implementation of [kilo](http://antirez.com/news/108) in Rust, as outlined in this [fantastic tutorial](https://viewsourcecode.org/snaptoken/kilo/index.html). Same as the original booklet, these blog posts guide you through all the steps to build a basic text editor, Tm.