forked from YeRudIT/tkhinter
No description
| static | Updated README with usage example and installation | |
| LICENSE | Initial commit | |
| README.org | Aktualizovat „README.org" | |
| test_tkhints.py | Created the tk app. | |
| tkhints.py | Created the tk app. | |
Tkinter Key Hinter
A program that creates hint window for keys.
Instalation
If you have nix installed download the tkhints.py file, make it executeble
and run it. Otherwise change the shbang to #!/usr/bin/env python3, install the
dependencies (tkinter) using your prefered package manager and run it.
Usage
Just pipe into tkhints.py text containing the keybinds with a description and
title. The tex should be formatted as follows:
- The title line should begin with
*; - The kebind shoul be separated from the description with
-,-are allowed in the description;
echo -e "* Henlo\nh - say henlo\ng - g-m" | ./tkhints.py