| Crates.io | kaelix |
| lib.rs | kaelix |
| version | 0.1.1 |
| created_at | 2023-04-13 08:05:31.350949+00 |
| updated_at | 2023-04-28 10:13:19.410485+00 |
| description | A command line text editor written in Rust |
| homepage | https://github.com/diwakar-Gupta/kaelix |
| repository | https://github.com/diwakar-Gupta/kaelix |
| max_upload_size | |
| id | 838005 |
| size | 35,652 |
While Kaelix is a fun project to work on, it is important to note that it is not intended to replace your current text editor. This is just a POC project
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.
To open a file in Kaelix, simply run the following command:
kaelix filename.txt
Ctrl + n - create new documentCtrl + o - open fileCtrl + w - close current documentCtrl + s - save current documentCtrl + k - move to previous documentCtrl + l - move to next documentCtrl + q - quit programcargo install kaelix
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
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.
Kaelix is released under MIT license.