Skip to content

This is simple code editor from BFO written on C for Linux

License

Notifications You must be signed in to change notification settings

BrainFutureOrg/console_code_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextManiac

THIS SOFTWARE IS ONLY BETA, SO, PLEASE DON'T SCOLD US MUCH

What is it?

This project is the simple code editor

You also can use several libraries from it:

  • log library (log.h)
  • Array of void pointers (Array_type.h)
  • String, which contains: string, string_fast, string_array (String_struct.h)
  • Test functions (test_funcs.h)
  • Terminal escape sequences, terminal input (implementation allows subscribing callbacks to it) (terminal_io.h)
  • Colored terminal output (colors.h)

How to compile

Works only on Linux!!!

make get_git_name
make compile

And you will have the executable file, named TextManiac

Screenshots

img.png

How you can help?

We will be glad to hear about and fix issues. You can implement any features from TODO file (if it exists). Detailed contribution guideline: https://github.com/BrainFutureOrg/console_code_editor/blob/main/CONTRIBUTING.md

Contributors

About

This is simple code editor from BFO written on C for Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages