Skip to content

A small background utility that converts selected LaTeX code into Unicode characters in-place.

Notifications You must be signed in to change notification settings

Yendric/ctrl.tex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ctrl + TeX

License: MIT CI Issues

A small background utility that converts selected LaTeX code into Unicode characters in-place. Default hotkey is Ctrl + Shift + L, but it can be changed by modifying main.rs.

Usage

This project requires you to have Rust installed.

  1. Clone: git clone git@github.com:Yendric/ctrl.tex
  2. Run with cargo run --release (The app runs in the background)
  3. Select some LaTeX text in any text input
  4. Press Ctrl + Shift + L
  5. The selection will be replaced by its Unicode equivalent

Workings

The app listens for the hotkey globally. When pressed, it simulates a Ctrl + C to copy the selected text to the clipboard, processes it, and then simulates a Ctrl + V to paste the converted text back.

Contribute

Feel free to create an issue/PR if you have suggestions or find mistakes.

About

A small background utility that converts selected LaTeX code into Unicode characters in-place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages