Welcome to the Kale Text Editor! If you love working in the terminal and want a text editor that combines simplicity with functionality, you’re in the right place. You can download the latest version from the Releases section.
I love Nano and wanted to love Vim, but couldn't quite get there. So, I created Kale Text Editor. This tool is designed for those who appreciate a straightforward, efficient, and user-friendly text editing experience in the terminal.
Whether you are coding, writing notes, or editing configuration files, Kale aims to provide a seamless experience. Built with Python, it’s lightweight and fast, making it perfect for any developer or casual user.
- Simple Interface: Focus on your text without distractions.
- Command Palette: Access commands quickly with keyboard shortcuts.
- File Management: Open, save, and manage files easily.
- Syntax Highlighting: Supports multiple programming languages.
- Cross-Platform: Works on Linux, macOS, and Windows.
- Open Source: Contribute to the project and help it grow.
To install Kale Text Editor, follow these steps:
-
Download the latest release from the Releases section.
-
Extract the downloaded file.
-
Navigate to the directory where you extracted the files.
-
Run the following command to install the necessary dependencies:
pip install -r requirements.txt
-
Start the editor by running:
python kale.py
You can also create an alias in your shell configuration file to run Kale easily:
alias kale='python /path/to/kale.py'
Using Kale Text Editor is straightforward. Here’s a quick guide to get you started:
- Open a file: Launch Kale and type
:open filename.txt
. - Save changes: Press
Ctrl + S
. - Close the editor: Type
:quit
.
Action | Shortcut |
---|---|
Open File | Ctrl + O |
Save File | Ctrl + S |
Close Editor | Ctrl + Q |
Find Text | Ctrl + F |
Undo | Ctrl + Z |
Redo | Ctrl + Y |
We welcome contributions to Kale Text Editor! Here’s how you can help:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear messages.
- Push your changes to your forked repository.
- Submit a pull request.
Please ensure your code follows the existing style and includes tests where applicable.
Kale Text Editor is licensed under the MIT License. Feel free to use, modify, and distribute the code.
For questions, suggestions, or feedback, please reach out to me through GitHub. You can also visit the Releases section for updates and new versions.
Thank you for checking out Kale Text Editor! Enjoy your editing experience.