Giter VIP home page Giter VIP logo

kae's Introduction

KILO AGAIN EDITOR (KAE)

A kilo editor expansion written in C

Basic functionalities of a text editor are done with the exception of copy/paste and undo

BASICS

The fundamentals of this editor are derived from the kilo editor here

This is a better and more ambitious version of kilo

REQUIREMENTS

  1. Unix System (possibly Bash on Windows too) with x86_64 Arch
  2. C compiler like GCC, clang (optional: cmake)

BUILDING

-> Firstly, clone this repository https://github.com/nots1dd/kae

With CMake:

-> Ensure cmake is in your UNIX system and working

-> Run cmake -S . -B build/ that will build all the files as listed in CMakeLists.txt

-> Finally run cmake --build build/ to get a ./build/kae executable

-> Simply run the executable on any file!

With Makefile:

-> Run make in the current directory

-> This will compile the code and link a kae executable

-> Run that executable to enjoy KAE!

FUTURE

Since the current project is not an original creation, there are a LOT of plans to expand

  • 1. Integrate ncurses library (for a filetree and others)

  • 2. Enable copy and paste and undo

  • 3. Add syntax highlighting for other languages (priority: .py, .sh, .rs, .exe, .conf, .java, .json, .ts)

  • 4. Possibly integrate tmux/ncurses to create terminals within the editor (have to figure this one out)

  • 5. Add a ~/.kilorc file for some user config capability

CREDITS

The origin of this editor is totally derived from https://github.com/snaptoken/kilo-tutorial

This project is intended to help myself understand more about text editors, along with building upon something already made.

LICENSE

This project is licensed under GNU - GPL version 3

kae's People

Contributors

nots1dd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.