Skip to content

catsmells/obee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obee

A text editor for the practical man. Designed to be easier to use than Notepad, but with code more complicated than anything you've seen before.

Installation

Clone this repo, then compile using gcc.

$ gcc km.c -o obee

or if on Windows:

$ clang km.c -S -emit-llvm -o - -O3

Run with

./obee

TODO

  • making it sub-350 lines
  • making it bitchin' fast
  • making it usable on windows

Made with love for use of my fellow /bant/ users.

Releases

No releases published

Packages

No packages published

Languages