Skip to content

Diwakar-Gupta/kaelix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaelix

crates.io

Kaelix is a text editor written in Rust for use in the command line interface (CLI). It is designed to be lightweight, fast, and customizable.

Screenshots

Start page Won

Usage

To open a file in Kaelix, simply run the following command:

kaelix filename.txt

Controls

  • Ctrl + n - create new document
  • Ctrl + o - open file
  • Ctrl + w - close current document
  • Ctrl + s - save current document
  • Ctrl + k - move to previous document
  • Ctrl + l - move to next document
  • Ctrl + q - quit program

Installation

Install using cargo

cargo install kaelix

Build from source

To install Kaelix, clone the project and run this command from source directory

cargo build --release

this will generate the binary at target/release/kaelix

Contributing

Contributions to Kaelix are welcome! If you find a bug or have an idea for a new feature, please open an issue on the GitHub repository.

License

Kaelix is released under MIT license.

About

A command line text editor written in Rust

Resources

License

Stars

Watchers

Forks

Languages