landonwilkins / commando

Talon command cheat sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commando

The only Python requirement is flask.

Assuming you have pip available, the following commands will get the python application running in your terminal:

pip install -r requirements.txt
python app.py

Then navigate to http://localhost:6001 or http://localhost:6001/static/keyboard.svg for the help view.

About

Talon command cheat sheet

License:BSD Zero Clause License


Languages

Language:Python 70.2%Language:HTML 29.8%