Skip to content
/ te Public

A tiny (non-curses) editor for the terminal, written in Nim and inspired by antirez' kilo

Notifications You must be signed in to change notification settings

girvo/te

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

te - A tiny editor in Nim

This editor is (will be?) heavily inspired by antirez' kilo editor, and the vis modal editor, albeit with my own twist.

Why?

Very good question. I wanted to take a crack at building my own tooling, just for the sake of it, but there is a method to the madness: I've always wanted an editor that is not just language aware, but framework aware. That's the long-term goal here, to have an editor that picks up on the particular use-cases that each framework exposes, to allow for extremely powerful autocorrect.

Building

  1. nimble install
  2. nimble build
  3. ./build/te

License

Released under the MIT license, Josh Girvin © 2016

About

A tiny (non-curses) editor for the terminal, written in Nim and inspired by antirez' kilo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published