Repository translates: українська 🇺🇦, english 🇬🇧
Code Printer - це термінальна утиліта, що динамічно підсвічує синтаксис коду різних мов програмування під час друку файлу у термінал. Програма забарвлює ключові слова, рядки, коментарі, дужки та оператори у відповідні кольори, надаючи коду більшої наочності та читабельності.
- Rust
- Python
- C++
- Niklang
- Udav
- Based
Для використання Code Printer виконайте наступні кроки:
1. Клонуйте репозиторій:
git clone https://github.com/NikitaBerezhnyj/Code_Printer.git
2. Перейдіть до теки репозиторію:
cd Code_Printer
3. Скомпілюйте програму за допомогою компілятора Rust:
cargo build
4. Перейдіть у теку з відкомпільованим фалом
cd target/debug
5. Запустіть програму, передавши шлях до файлу коду та інтервал сну (в секундах, опційно):
./code-printer path/to/your/file.rs 0.1
Code Printer is a terminal utility that dynamically highlights the code syntax of various programming languages while printing a file to the terminal. The program colors keywords, strings, comments, brackets and statements in the appropriate colors, making the code more visible and readable.
- Rust
- Python
- C++
- Niklang
- Udav
- Based on.
To use Code Printer, follow these steps:
1. Clone the repository:
git clone https://github.com/NikitaBerezhnyj/Code_Printer.git
2.Change to the repository folder:
cd Code_Printer
3. Compile the program using the Rust compiler:
cargo build
4. Change to the folder with the compiled file
cd target/debug
5. Run the program, passing the path to the code file and the sleep interval (in seconds, optional):
./code-printer path/to/your/file.rs 0.1