Skip to content

Terminal tool for syntax highlighting code in various languages.

Notifications You must be signed in to change notification settings

NikitaBerezhnyj/Code_Printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Printer

Code Printer 🇺🇦

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 🇬🇧

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.

Supported programming languages

  • Rust
  • Python
  • C++
  • Niklang
  • Udav
  • Based on.

Usage

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

About

Terminal tool for syntax highlighting code in various languages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages