-
open an account on GitHub (https://github.com) if you don't already have one
-
go to the Plover GitHub page (https://github.com/openstenoproject/plover) and click the fork button:
- once the fork is complete, enable AppVeyor integration:
| #!/usr/bin/env python3 | |
| import itertools | |
| import re | |
| import sys | |
| try: | |
| from plover.oslayer.xkeyboardcontrol import KEYCODE_TO_KEY | |
| except ImportError: | |
| print('error: could not import plover.oslayer.xkeyboardcontrol.KEYCODE_TO_KEY, ' |
| #!/bin/sh | |
| runtests() | |
| { | |
| ./setup.py --quiet test -- "$@" | |
| } | |
| source_dirs() | |
| { | |
| git ls-files '*.py' | sed -ne '/\(^\|\/\)\([^\/]*\.py\)$/{s//\1/;s/^$/./;p}' | sort -u |
| import struct | |
| import binascii | |
| import plover.machine.base | |
| from plover import log | |
| STENO_KEY_CHART = ( | |
| None, 'S-', 'T-', 'K-', 'P-', 'W-', 'H-', 'R-', |
| #!/usr/bin/env python | |
| from collections import namedtuple | |
| import sys | |
| import re | |
| from plover.dictionary.base import create_dictionary | |
| RTF_TOKEN = re.compile(r'\\((?P<cchar>[-_~\\{}*])|(?P<cword>[A-Za-z]+)(?P<cparam>-?[0-9]+)? ?)|(?P<group>[{}])|(?P<text>[^\n\r\\{}]+)|(?P<nl>[\n\r]+)') |
| #!/usr/bin/env python3 | |
| import sys | |
| from plover.dictionary.base import create_dictionary, load_dictionary | |
| input = sys.argv[1] | |
| output = sys.argv[2] | |
| id = load_dictionary(input) |
| #!/usr/bin/env python | |
| import json | |
| import sys | |
| import requests | |
| import uritemplate | |
| with open('.github.repo', 'r') as fp: |
open an account on GitHub (https://github.com) if you don't already have one
go to the Plover GitHub page (https://github.com/openstenoproject/plover) and click the fork button:
| 18/50/-S 1850s 91 | |
| 19/30/-S 1930s 91 | |
| 19/8/6 1986 100 | |
| 2/6/0 260 100 | |
| 40S 40s 100 | |
| 50S 50s 100 | |
| AB/HOR abhor 100 | |
| AB/KUS abacus 91 | |
| ABL/ER abler 100 | |
| AB/RUPT abrupt 100 |